diff --git a/extensions/physics-nodes/CCPhysicsDebugNode.cpp b/extensions/physics-nodes/CCPhysicsDebugNode.cpp index b1721e66e5..34a989da5a 100644 --- a/extensions/physics-nodes/CCPhysicsDebugNode.cpp +++ b/extensions/physics-nodes/CCPhysicsDebugNode.cpp @@ -209,6 +209,8 @@ PhysicsDebugNode* PhysicsDebugNode::create(cpSpace *space) node->init(); #if CC_ENABLE_CHIPMUNK_INTEGRATION node->_spacePtr = space; +#else + CCASSERT(false, "CC_ENABLE_CHIPMUNK_INTEGRATION was not enabled!"); #endif node->autorelease(); }