diff --git a/cocos/base/CCDirector.cpp b/cocos/base/CCDirector.cpp index 8f39cfaac1..82fcfd12dc 100644 --- a/cocos/base/CCDirector.cpp +++ b/cocos/base/CCDirector.cpp @@ -300,12 +300,6 @@ void Director::drawScene() _runningScene->render(_renderer); _eventDispatcher->dispatchEvent(_eventAfterVisit); -#if CC_USE_PHYSICS - if(physicsWorld) - { - physicsWorld->_updateBodyTransform = false; - } -#endif } // draw the notifications node