mirror of https://github.com/axmolengine/axmol.git
* add ability to disable denshion in lua mode
This commit is contained in:
parent
4d63b51102
commit
b7746882f7
|
@ -259,4 +259,8 @@ To enable set it to a value different than 0. Disabled by default.
|
|||
#define CC_LUA_ENGINE_DEBUG 0
|
||||
#endif
|
||||
|
||||
#ifndef CC_ENABLE_COCOS_DENSHION
|
||||
#define CC_ENABLE_COCOS_DENSHION 1
|
||||
#endif
|
||||
|
||||
#endif // __CCCONFIG_H__
|
||||
|
|
|
@ -1 +1 @@
|
|||
215941887bb3ecde65ca64e6e1b5ddaacded6a7c
|
||||
6a6ee7c11dd172ca03d0116726a014739887025b
|
Loading…
Reference in New Issue