mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 18:55:58 +08:00
* Three more warnings are a-gone.
This commit is contained in:
@@ -103,11 +103,8 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
private const uint m_regionHeight = Constants.RegionSize;
|
||||
|
||||
private static float ODE_STEPSIZE = 0.020f;
|
||||
private static bool RENDER_FLAG = false;
|
||||
private static float metersInSpace = 29.9f;
|
||||
|
||||
private int interpenetrations_before_disable = 35;
|
||||
|
||||
private IntPtr contactgroup;
|
||||
private IntPtr LandGeom = (IntPtr) 0;
|
||||
private float[] _heightmap;
|
||||
|
||||
Reference in New Issue
Block a user