Merge commit '4bfc2f5cdea4b739110cae3b37945d88ad527334' into bigmerge

avinationmerge
Melanie 2011-10-25 01:51:49 +01:00
commit f4e4026a7a
1 changed files with 1 additions and 1 deletions

View File

@ -2658,7 +2658,7 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name);
// HACK: Using a time dilation of 1.0 to debug rubberbanding issues
//m_timeDilation = Math.Min((step_time / ODE_STEPSIZE) / (0.09375f / ODE_STEPSIZE), 1.0f);
step_time = 0.09375f;
step_time = 0.089f;
while (step_time > 0.0f)
{