diff options
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 610d4de..4175978 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -80,7 +80,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
80 | private const uint m_regionWidth = 256; | 80 | private const uint m_regionWidth = 256; |
81 | private const uint m_regionHeight = 256; | 81 | private const uint m_regionHeight = 256; |
82 | 82 | ||
83 | private static float ODE_STEPSIZE = 0.025f; | 83 | private static float ODE_STEPSIZE = 0.020f; |
84 | private static bool RENDER_FLAG = false; | 84 | private static bool RENDER_FLAG = false; |
85 | private static float metersInSpace = 29.9f; | 85 | private static float metersInSpace = 29.9f; |
86 | private IntPtr contactgroup; | 86 | private IntPtr contactgroup; |