minor: indentation correction

bulletsim
Justin Clark-Casey (justincc) 2011-08-01 05:14:16 +01:00
parent b757583662
commit 2102964826
1 changed files with 13 additions and 17 deletions

View File

@ -3498,9 +3498,6 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name);
}
}
lock (OdeLock)
{
IntPtr GroundGeom = IntPtr.Zero;
@ -3554,7 +3551,6 @@ Console.WriteLine("AddPhysicsActorTaint to " + taintedprim.Name);
}
RegionTerrain.Add(pOffset, GroundGeom, GroundGeom);
TerrainHeightFieldHeights.Add(GroundGeom,_heightmap);
}
}