aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
authorTeravus Ovares2008-01-12 04:14:06 +0000
committerTeravus Ovares2008-01-12 04:14:06 +0000
commit7e81841f0e2ad07e06eb5afb1fabfb4e589dafb7 (patch)
treedad84d15529d404f18531305c3c818be07faf918 /OpenSim/Region
parent* Unmoderated the ODE FPS in the sim stats. Decided to do that after Andrew ... (diff)
downloadopensim-SC_OLD-7e81841f0e2ad07e06eb5afb1fabfb4e589dafb7.zip
opensim-SC_OLD-7e81841f0e2ad07e06eb5afb1fabfb4e589dafb7.tar.gz
opensim-SC_OLD-7e81841f0e2ad07e06eb5afb1fabfb4e589dafb7.tar.bz2
opensim-SC_OLD-7e81841f0e2ad07e06eb5afb1fabfb4e589dafb7.tar.xz
*ech one thing didn't save from the last commit
Diffstat (limited to 'OpenSim/Region')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index f8ab8e7..17dbd0a 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -931,8 +931,8 @@ namespace OpenSim.Region.Physics.OdePlugin
931 931
932 932
933 // Figure out the Frames Per Second we're going at. 933 // Figure out the Frames Per Second we're going at.
934 934 //(step_time == 0.004f, there's 250 of those per second. Times the step time/step size
935 fps = (((step_time/ODE_STEPSIZE*m_physicsiterations)*2)*10); 935 fps = ((step_time/ODE_STEPSIZE)*(m_physicsiterations*250));
936 936
937 937
938 while (step_time > 0.0f) 938 while (step_time > 0.0f)