Update cocos2d_specifics.hpp

add need unroot
This commit is contained in:
xbruce 2013-08-23 18:20:31 +08:00
parent d2684338a5
commit 8076d568ba
1 changed files with 1 additions and 0 deletions

View File

@ -219,6 +219,7 @@ private:
typedef std::map<JSObject*, JSTouchDelegate*> TouchDelegateMap;
typedef std::pair<JSObject*, JSTouchDelegate*> TouchDelegatePair;
static TouchDelegateMap sTouchDelegateMap;
bool _needUnroot;
};