mirror of https://github.com/axmolengine/axmol.git
Test compiles with box2d enabled
This commit is contained in:
parent
34db4dc955
commit
cc4695507a
|
@ -831,9 +831,11 @@ void TestColliderDetector::initWorld()
|
||||||
space = cpSpaceNew();
|
space = cpSpaceNew();
|
||||||
space->gravity = cpv(0, 0);
|
space->gravity = cpv(0, 0);
|
||||||
|
|
||||||
|
#if CC_ENABLE_CHIPMUNK_INTEGRATION
|
||||||
// Physics debug layer
|
// Physics debug layer
|
||||||
cocos2d::extension::PhysicsDebugNode *debugLayer = cocos2d::extension::PhysicsDebugNode::create(space);
|
cocos2d::extension::PhysicsDebugNode *debugLayer = cocos2d::extension::PhysicsDebugNode::create(space);
|
||||||
this->addChild(debugLayer, INT_MAX);
|
this->addChild(debugLayer, INT_MAX);
|
||||||
|
#endif
|
||||||
|
|
||||||
Size size = bullet->getContentSize();
|
Size size = bullet->getContentSize();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue