diff --git a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp index 7aa56c33e..8040fce81 100644 --- a/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp +++ b/Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp @@ -260,7 +260,7 @@ void CcdPhysicsDemo::clientMoveAndDisplay() m_dynamicsWorld->setConstraintSolver( new OdeConstraintSolver()); #endif //COMPARE_WITH_QUICKSTEP -#define FIXED_STEP 1 +//#define FIXED_STEP 1 #ifdef FIXED_STEP m_dynamicsWorld->stepSimulation(1.0f/60.f,0);