diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 563bf44..266cb3d 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -103,11 +103,8 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
103 | private const uint m_regionHeight = Constants.RegionSize; | 103 | private const uint m_regionHeight = Constants.RegionSize; |
104 | 104 | ||
105 | private static float ODE_STEPSIZE = 0.020f; | 105 | private static float ODE_STEPSIZE = 0.020f; |
106 | private static bool RENDER_FLAG = false; | ||
107 | private static float metersInSpace = 29.9f; | 106 | private static float metersInSpace = 29.9f; |
108 | 107 | ||
109 | private int interpenetrations_before_disable = 35; | ||
110 | |||
111 | private IntPtr contactgroup; | 108 | private IntPtr contactgroup; |
112 | private IntPtr LandGeom = (IntPtr) 0; | 109 | private IntPtr LandGeom = (IntPtr) 0; |
113 | private float[] _heightmap; | 110 | private float[] _heightmap; |