DNESS / cocos2d-iphone

Automatically exported from code.google.com/p/cocos2d-iphone
1 stars 0 forks source link

cocos2d-iphone-2.1-rc0a, CC_ENABLE_DEPRECATED 0 compiler fail #1470

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
cocos2d-iphone-2.1-rc0a

In ccConfig, if CC_ENABLE_DEPRECATED 0 then in CCControl.m line 138 
self.isTouchEnabled = YES; will fail to compile.

Should be [self setTouchEnabled: YES];

Original issue reported on code.google.com by xybernic on 9 Mar 2013 at 9:50

GoogleCodeExporter commented 8 years ago

Original comment by ricardoq...@gmail.com on 11 Mar 2013 at 3:33