very minor removal of old commented out line of code in OdeScene
parent
36be226dc8
commit
73c201449f
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue