The method of cleaning:
#if CC_USE_PHYSICS
cpBody* shared = PhysicsShapeInfo::getSharedBody();if( shared )
cpBodyFree( shared );
#endif
The method of cleaning:
#if CC_USE_PHYSICS
cpBody* shared = PhysicsShapeInfo::getSharedBody();
被折叠的 条评论
为什么被折叠?