Skip to content

Commit 23277a8

Browse files
committed
Update NewtonScene.m
Fixing typo in comment in onEnter [Pr -> Per] Former-commit-id: d6ef317
1 parent 3e9dc2c commit 23277a8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/cocos2d iOS.xctemplate/Newton/NewtonScene.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ - (void)onEnter
189189

190190
// In pre-v3, touch enable and scheduleUpdate was called here
191191
// In v3, touch is enabled by setting userInterActionEnabled for the individual nodes
192-
// Pr frame update is automatically enabled, if update is overridden
192+
// Per frame update is automatically enabled, if update is overridden
193193

194194
// Basically this will result in fewer having the need to override onEnter and onExit, but for clarity, it is shown
195195
}
@@ -298,4 +298,4 @@ - (void)update:(CCTime)delta
298298
}
299299

300300
// -----------------------------------------------------------------------
301-
@end
301+
@end

0 commit comments

Comments
 (0)