mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 01:06:30 +08:00
Correct a build break caused by an optimization in trunk
This commit is contained in:
@@ -3488,7 +3488,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||
public override void UnCombine(PhysicsScene pScene)
|
||||
{
|
||||
IntPtr localGround = IntPtr.Zero;
|
||||
//float[] localHeightfield;
|
||||
float[] localHeightfield;
|
||||
bool proceed = false;
|
||||
List<IntPtr> geomDestroyList = new List<IntPtr>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user