From 873a294d7a4fe3f7bbfcad5176a6660b9a008854 Mon Sep 17 00:00:00 2001 From: Jean-Yves Lamoureux Date: Fri, 19 Apr 2013 07:38:27 +0000 Subject: [PATCH] =?UTF-8?q?=20*=20Whoops.=20=C3=A7a=20va=20pardon.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/physics/lolphysics.h | 1 - 1 file changed, 1 deletion(-) diff --git a/test/physics/lolphysics.h b/test/physics/lolphysics.h index a2cb5cf7..d75fe6a4 100644 --- a/test/physics/lolphysics.h +++ b/test/physics/lolphysics.h @@ -115,7 +115,6 @@ public: //the "+1" is to have at least one Timestep and to ensure float to int .5f conversion. int steps = (int)(seconds / m_timestep) + 1; m_dynamics_world->stepSimulation(seconds, steps, m_timestep); - printf("STEP\n"); } }