aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SimStatsReporter.cs
diff options
context:
space:
mode:
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);