Fixed - outside of bounds error.
parent
ce3a87daa5
commit
2910f1b949
|
@ -101,7 +101,7 @@ namespace OpenSim.Region.Physics.OdePlugin
|
||||||
|
|
||||||
public IntPtr space;
|
public IntPtr space;
|
||||||
// split static geometry collision handling into spaces of 30 meters
|
// split static geometry collision handling into spaces of 30 meters
|
||||||
public IntPtr[,] staticPrimspace = new IntPtr[(int)(257/metersInSpace),(int)(257/metersInSpace)];
|
public IntPtr[,] staticPrimspace = new IntPtr[(int)(275/metersInSpace),(int)(275/metersInSpace)];
|
||||||
|
|
||||||
public static Object OdeLock = new Object();
|
public static Object OdeLock = new Object();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue