EPhysics: remove annoying tick dbg msg

SVN revision: 73065
This commit is contained in:
Bruno Dilly 2012-06-29 22:22:43 +00:00
parent d9df210c2a
commit 05988c9feb
1 changed files with 0 additions and 2 deletions

View File

@ -52,8 +52,6 @@ _ephysics_world_tick_cb(btDynamicsWorld *dynamics_world, btScalar timeStep)
world = (EPhysics_World *) dynamics_world->getWorldUserInfo();
DBG("Tick");
for (int i = 0; i < objects.size(); i++)
{
EPhysics_Body *body;