mirror of https://github.com/axmolengine/axmol.git
issue #3517, enable CC_USE_PHYSICS by default
This commit is contained in:
parent
c5e95618d9
commit
d7704d574a
|
@ -268,7 +268,7 @@ To enable set it to a value different than 0. Disabled by default.
|
|||
|
||||
/** Use physics integration API */
|
||||
#ifndef CC_USE_PHYSICS
|
||||
#define CC_USE_PHYSICS 0
|
||||
#define CC_USE_PHYSICS 1
|
||||
#endif
|
||||
|
||||
#endif // __CCCONFIG_H__
|
||||
|
|
Loading…
Reference in New Issue