Skip to content

Commit 930b555

Browse files
author
dptdescribe
committed
fixed small typo in comment in default cocos2d template
1 parent 2cd5c4d commit 930b555

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)