Created
September 22, 2014 17:49
-
-
Save veeneck/23e3050b004a7f16f241 to your computer and use it in GitHub Desktop.
Update to wheel
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
| func updateWithTime(currentTime:NSTimeInterval) { | |
| // Local boolean. Next step would be to use a state machine. | |
| if(self.wheeling) { | |
| self.wheel() | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment