aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
diff options
context:
space:
mode:
authorUbitUmarov2015-09-04 14:33:46 +0100
committerUbitUmarov2015-09-04 14:33:46 +0100
commita54e0339efb3a4e2b3d7c7eb9e4929554fa77615 (patch)
treee1124278731b63937762956aef37de9c4973648b /OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs
parentuse GetTimeStampMS to increase heartbeat and stats timing resolution. some re... (diff)
downloadopensim-SC_OLD-a54e0339efb3a4e2b3d7c7eb9e4929554fa77615.zip
opensim-SC_OLD-a54e0339efb3a4e2b3d7c7eb9e4929554fa77615.tar.gz
opensim-SC_OLD-a54e0339efb3a4e2b3d7c7eb9e4929554fa77615.tar.bz2
opensim-SC_OLD-a54e0339efb3a4e2b3d7c7eb9e4929554fa77615.tar.xz
remove a forgotten 1000.9 factor on physics fps
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs2
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>