Created
August 6, 2018 07:03
-
-
Save BeauNouvelle/ad4d97e2f1a1f36919685b8c1ee1bab6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) { | |
world.updateCells() | |
setNeedsDisplay() | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment