fix: timestep is not fixed by default

This commit is contained in:
ejcoumans
2007-03-21 16:16:13 +00:00
parent 4c637bf19e
commit 3a09be8ea7

View File

@@ -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);