diff options
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r-- | OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs index 84ff60c..ec7d04d 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -604,7 +604,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
604 | public IntPtr calculateSpaceForGeom(PhysicsVector pos) | 604 | public IntPtr calculateSpaceForGeom(PhysicsVector pos) |
605 | { | 605 | { |
606 | int[] xyspace = calculateSpaceArrayItemFromPos(pos); | 606 | int[] xyspace = calculateSpaceArrayItemFromPos(pos); |
607 | OpenSim.Framework.Console.MainLog.Instance.Verbose("Physics", "Attempting to use arrayItem: " + xyspace[0].ToString() + "," + xyspace[1].ToString()); | 607 | //OpenSim.Framework.Console.MainLog.Instance.Verbose("Physics", "Attempting to use arrayItem: " + xyspace[0].ToString() + "," + xyspace[1].ToString()); |
608 | IntPtr locationbasedspace = staticPrimspace[xyspace[0],xyspace[1]]; | 608 | IntPtr locationbasedspace = staticPrimspace[xyspace[0],xyspace[1]]; |
609 | 609 | ||
610 | //locationbasedspace = space; | 610 | //locationbasedspace = space; |