From a54e0339efb3a4e2b3d7c7eb9e4929554fa77615 Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Fri, 4 Sep 2015 14:33:46 +0100 Subject: remove a forgotten 1000.9 factor on physics fps --- OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Physics/UbitOdePlugin/OdeScene.cs') 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 m_lastframe = DateTime.UtcNow; // skip also the time lost } } - return (float)nodeframes * ODE_STEPSIZE / timeStep * 1000.0f; + return (float)nodeframes * ODE_STEPSIZE / timeStep; } /// -- cgit v1.1