issue #3517, enable CC_USE_PHYSICS by default

This commit is contained in:
walzer 2013-12-27 00:00:50 +08:00
parent c5e95618d9
commit d7704d574a
1 changed files with 1 additions and 1 deletions

View File

@ -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__