* Assertion failure in -[CCTouchDispatcher forceAddHandler:array:], /libs/cocos2d/Platforms/iOS/CCTouchDispatcher.m:108
* Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Delegate already added to touch dispatcher.'
The line causing it is
skillsMenu.isTouchEnabled = YES;
skillsMenu is just a CCMenu. I like to enable/disable it with the above line often.
The problem is, I don't know how to interpret this error properly - I have no clue why would setting this property cause such error.
Perhaps it was wrong to use that line in the first place. Is there not a better way to enable/disable a CCMenu?
cocos2d-iphone 1.0.1