summarylogtreecommitdiffstats
path: root/CCPhysicsWorld.cpp.patch
diff options
context:
space:
mode:
Diffstat (limited to 'CCPhysicsWorld.cpp.patch')
-rw-r--r--CCPhysicsWorld.cpp.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/CCPhysicsWorld.cpp.patch b/CCPhysicsWorld.cpp.patch
deleted file mode 100644
index ad7a49415311..000000000000
--- a/CCPhysicsWorld.cpp.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- /opt/cocos2d-x/cocos/physics/CCPhysicsWorld.cpp 2017-04-21 10:59:42.793940004 -0400
-+++ CCPhysicsWorld.cpp 2017-05-28 19:06:08.120723151 -0400
-@@ -811,7 +811,7 @@
-
- void PhysicsWorld::setDebugDrawMask(int mask)
- {
-- if (mask == DEBUGDRAW_NONE)
-+ if (mask == DEBUGDRAW_NONE && _debugDraw)
- {
- _debugDraw->removeFromParent();
- CC_SAFE_RELEASE_NULL(_debugDraw);