mirror of https://github.com/axmolengine/axmol.git
Sets box2d as default physics 2d engine
This commit is contained in:
parent
c9408aadad
commit
7d1c669231
|
@ -258,12 +258,12 @@ THE SOFTWARE.
|
||||||
#if (CC_USE_PHYSICS)
|
#if (CC_USE_PHYSICS)
|
||||||
/** Use chipmunk physics 2d engine. */
|
/** Use chipmunk physics 2d engine. */
|
||||||
#ifndef CC_ENABLE_CHIPMUNK_INTEGRATION
|
#ifndef CC_ENABLE_CHIPMUNK_INTEGRATION
|
||||||
#define CC_ENABLE_CHIPMUNK_INTEGRATION 1
|
#define CC_ENABLE_CHIPMUNK_INTEGRATION 0
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** or use box2d physics 2d engine. */
|
/** or use box2d physics 2d engine. */
|
||||||
#ifndef CC_ENABLE_BOX2D_INTEGRATION
|
#ifndef CC_ENABLE_BOX2D_INTEGRATION
|
||||||
#define CC_ENABLE_BOX2D_INTEGRATION 0
|
#define CC_ENABLE_BOX2D_INTEGRATION 1
|
||||||
#endif
|
#endif
|
||||||
#endif // CC_USE_PHYSICS
|
#endif // CC_USE_PHYSICS
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue