remove a forgotten 1000.9 factor on physics fps

This commit is contained in:
UbitUmarov
2015-09-04 14:33:46 +01:00
parent 08f9c54554
commit a54e0339ef
5 changed files with 5 additions and 5 deletions

View File

@@ -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);