From 3a09be8ea7b333031cc0c70a1100ce9919adcbb8 Mon Sep 17 00:00:00 2001 From: ejcoumans Date: Wed, 21 Mar 2007 16:16:13 +0000 Subject: [PATCH] fix: timestep is not fixed by default --- Demos/CcdPhysicsDemo/CcdPhysicsDemo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);