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 2cd5c4d commit 930b555Copy full SHA for 930b555
templates/cocos2d iOS.xctemplate/Classes/HelloWorldScene.m
@@ -80,7 +80,7 @@ - (void)onEnter
80
[super onEnter];
81
82
// In pre-v3, touch enable and scheduleUpdate was called here
83
- // In v3, touch is enabled by setting userInterActionEnabled for the individual nodes
+ // In v3, touch is enabled by setting userInteractionEnabled for the individual nodes
84
// Per frame update is automatically enabled, if update is overridden
85
86
}
0 commit comments