mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
*ech one thing didn't save from the last commit
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user