Skip to content
This repository has been archived by the owner on Dec 18, 2018. It is now read-only.

Deprecated methods #18

Closed
tonisalae opened this issue Sep 4, 2012 · 2 comments
Closed

Deprecated methods #18

tonisalae opened this issue Sep 4, 2012 · 2 comments

Comments

@tonisalae
Copy link

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

@yannickl
Copy link
Owner

yannickl commented Sep 4, 2012

Hi,

To work with the Cocos2D 2.0 you have to use the gles20 branch. This branch is design for it.

Best

@tonisalae
Copy link
Author

Awesome! Thanks!

@yannickl yannickl closed this as completed Sep 4, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants