diff options
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs index e0f4c66..dd39c95 100644 --- a/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs +++ b/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | |||
@@ -1860,7 +1860,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1860 | m_lastframe = DateTime.UtcNow; // skip also the time lost | 1860 | m_lastframe = DateTime.UtcNow; // skip also the time lost |
1861 | } | 1861 | } |
1862 | } | 1862 | } |
1863 | return (float)nodeframes * ODE_STEPSIZE / timeStep * 1000.0f; | 1863 | return (float)nodeframes * ODE_STEPSIZE / timeStep; |
1864 | } | 1864 | } |
1865 | 1865 | ||
1866 | /// <summary> | 1866 | /// <summary> |