aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.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/Framework/Scenes/SimStatsReporter.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 '')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/SimStatsReporter.cs2
1 files changed, 1 insertions, 1 deletions
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
367 367
368 // ORIGINAL code commented out until we have time to add our own 368 // ORIGINAL code commented out until we have time to add our own
369 // statistics to the statistics window 369 // statistics to the statistics window
370 float physfps = ((m_pfps / 1000.0f)); 370 float physfps = m_pfps;
371 371
372 //if (physfps > 600) 372 //if (physfps > 600)
373 //physfps = physfps - (physfps - 600); 373 //physfps = physfps - (physfps - 600);