We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e9dc2c commit 23277a8Copy full SHA for 23277a8
templates/cocos2d iOS.xctemplate/Newton/NewtonScene.m
@@ -189,7 +189,7 @@ - (void)onEnter
189
190
// In pre-v3, touch enable and scheduleUpdate was called here
191
// In v3, touch is enabled by setting userInterActionEnabled for the individual nodes
192
- // Pr frame update is automatically enabled, if update is overridden
+ // Per frame update is automatically enabled, if update is overridden
193
194
// Basically this will result in fewer having the need to override onEnter and onExit, but for clarity, it is shown
195
}
@@ -298,4 +298,4 @@ - (void)update:(CCTime)delta
298
299
300
// -----------------------------------------------------------------------
301
-@end
+@end
0 commit comments