diff options
Diffstat (limited to 'OpenSim/Region/PhysicsModules')
-rw-r--r-- | OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs index ebffda2..42bd849 100644 --- a/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs +++ b/OpenSim/Region/PhysicsModules/ubOde/ODEScene.cs | |||
@@ -495,7 +495,7 @@ namespace OpenSim.Region.PhysicsModule.ubOde | |||
495 | } | 495 | } |
496 | } | 496 | } |
497 | 497 | ||
498 | float heartbeat = 1/m_frameWorkScene.MinFrameTime; | 498 | float heartbeat = 1/m_frameWorkScene.FrameTime; |
499 | maximumAngularVelocity = 0.49f * heartbeat *(float)Math.PI; | 499 | maximumAngularVelocity = 0.49f * heartbeat *(float)Math.PI; |
500 | maxAngVelocitySQ = maximumAngularVelocity * maximumAngularVelocity; | 500 | maxAngVelocitySQ = maximumAngularVelocity * maximumAngularVelocity; |
501 | 501 | ||