From 8e93bee2d6432f7e35a346669cd3e7782d1b6c67 Mon Sep 17 00:00:00 2001 From: enn0x Date: Fri, 23 Sep 2011 20:57:56 +0000 Subject: [PATCH] Testing some alternatives for character controller stepping. --- panda/src/bullet/bulletWorld.cxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/panda/src/bullet/bulletWorld.cxx b/panda/src/bullet/bulletWorld.cxx index b75b53d8dc..d1ad5ccd87 100644 --- a/panda/src/bullet/bulletWorld.cxx +++ b/panda/src/bullet/bulletWorld.cxx @@ -152,12 +152,12 @@ do_physics(float dt, int substeps, float stepsize) { _pstat_simulation.stop(); if (!n) { - bullet_cat.warning() << "interpolated transforms!" << endl; + bullet_cat.debug() << "interpolated transforms!" << endl; } - //if (dt > substeps * stepsize) { - // bullet_cat.warning() << "lost simulation time!" << endl; - //} + if (dt > substeps * stepsize) { + bullet_cat.debug() << "lost simulation time!" << endl; + } // Synchronize Bullet to Panda _pstat_b2p.start();