Correct a build break caused by an optimization in trunk

0.6.8-post-fixes
Melanie 2009-10-07 06:56:00 +01:00
parent 0374f1b144
commit d06c7d90a1
1 changed files with 1 additions and 1 deletions

View File

@ -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>();