very minor removal of old commented out line of code in OdeScene

0.7.2-post-fixes
Justin Clark-Casey (justincc) 2011-10-21 00:04:36 +01:00
parent 36be226dc8
commit 73c201449f
1 changed files with 3 additions and 5 deletions

View File

@ -2781,16 +2781,14 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name);
}
}
//if (m_global_contactcount > 5)
//{
// m_log.DebugFormat("[PHYSICS]: Contacts:{0}", m_global_contactcount);
//}
// if (m_global_contactcount > 0)
// m_log.DebugFormat(
// "[PHYSICS]: Collision contacts to process this frame = {0}", m_global_contactcount);
m_global_contactcount = 0;
d.WorldQuickStep(world, ODE_STEPSIZE);
d.JointGroupEmpty(contactgroup);
//ode.dunlock(world);
}
catch (Exception e)
{