diff options
author | Adam Frisby | 2008-03-05 21:56:14 +0000 |
---|---|---|
committer | Adam Frisby | 2008-03-05 21:56:14 +0000 |
commit | 810d2126ea729bc6407899afc5df7c046bcced22 (patch) | |
tree | da081d8961392e3d8d28076e99d9457e125033f5 /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |
parent | * Four more warnings bite the dust. (diff) | |
download | opensim-SC_OLD-810d2126ea729bc6407899afc5df7c046bcced22.zip opensim-SC_OLD-810d2126ea729bc6407899afc5df7c046bcced22.tar.gz opensim-SC_OLD-810d2126ea729bc6407899afc5df7c046bcced22.tar.bz2 opensim-SC_OLD-810d2126ea729bc6407899afc5df7c046bcced22.tar.xz |
* Three more warnings are a-gone.
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-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; |