Skip to content

Commit be707ea

Browse files
committed
Merge pull request #713 from dptd/v3.0
fixed small typo in comment in default cocos2d template
2 parents f0622b8 + 930b555 commit be707ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cocos2d iOS.xctemplate/Classes/HelloWorldScene.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ - (void)onEnter
8080
[super onEnter];
8181

8282
// In pre-v3, touch enable and scheduleUpdate was called here
83-
// In v3, touch is enabled by setting userInterActionEnabled for the individual nodes
83+
// In v3, touch is enabled by setting userInteractionEnabled for the individual nodes
8484
// Per frame update is automatically enabled, if update is overridden
8585

8686
}

0 commit comments

Comments
 (0)