*ech one thing didn't save from the last commit

ThreadPoolClientBranch
Teravus Ovares 2008-01-12 04:14:06 +00:00
parent cbcba1f026
commit 7e81841f0e
1 changed files with 2 additions and 2 deletions

View File

@ -931,8 +931,8 @@ namespace OpenSim.Region.Physics.OdePlugin
// Figure out the Frames Per Second we're going at.
fps = (((step_time/ODE_STEPSIZE*m_physicsiterations)*2)*10);
//(step_time == 0.004f, there's 250 of those per second. Times the step time/step size
fps = ((step_time/ODE_STEPSIZE)*(m_physicsiterations*250));
while (step_time > 0.0f)