You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.
I get some warnings regarding deprecated methods. I'm using cocos2d 2.0. Is this a problem?
These are the conflictive lines:
[[CCTouchDispatcher sharedDispatcher] addTargetedDelegate:self priority:defaultTouchPriority_ swallowsTouches:YES];
[[CCTouchDispatcher sharedDispatcher] removeDelegate:self];
self.isRelativeAnchorPoint = YES;
Thanks
The text was updated successfully, but these errors were encountered: