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/Framework/Scenes/SimStatsReporter.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Framework/Scenes/SimStatsReporter.cs') diff --git a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs index 9f7c769..0cf751c 100755 --- a/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs @@ -367,7 +367,7 @@ namespace OpenSim.Region.Framework.Scenes // ORIGINAL code commented out until we have time to add our own // statistics to the statistics window - float physfps = ((m_pfps / 1000.0f)); + float physfps = m_pfps; //if (physfps > 600) //physfps = physfps - (physfps - 600); -- cgit v1.1