Created
November 25, 2015 09:31
-
-
Save isoiphone/e22412d5a64ee5e70703 to your computer and use it in GitHub Desktop.
Late night SpriteKit discovery
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
let node = nodeAtPoint(location) | |
assert(node.containsPoint(location)) // wtf? this assert does fail sometimes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment