minor: remove mono compile warning
parent
0cb974bc76
commit
10c4b88ccf
|
@ -3476,7 +3476,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
public override void UnCombine(PhysicsScene pScene)
|
public override void UnCombine(PhysicsScene pScene)
|
||||||
{
|
{
|
||||||
IntPtr localGround = IntPtr.Zero;
|
IntPtr localGround = IntPtr.Zero;
|
||||||
float[] localHeightfield;
|
//float[] localHeightfield;
|
||||||
bool proceed = false;
|
bool proceed = false;
|
||||||
List<IntPtr> geomDestroyList = new List<IntPtr>();
|
List<IntPtr> geomDestroyList = new List<IntPtr>();
|
||||||
|
|
||||||
|
@ -3771,8 +3771,6 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
sides.Z = 0.5f;
|
sides.Z = 0.5f;
|
||||||
|
|
||||||
ds.DrawBox(ref pos, ref R, ref sides);
|
ds.DrawBox(ref pos, ref R, ref sides);
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3780,7 +3778,6 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
|
|
||||||
public void start(int unused)
|
public void start(int unused)
|
||||||
{
|
{
|
||||||
|
|
||||||
ds.SetViewpoint(ref xyz, ref hpr);
|
ds.SetViewpoint(ref xyz, ref hpr);
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue