diff options
Diffstat (limited to 'OpenSim/Region/Physics')
-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 b6c63af..4750e54 100644 --- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs +++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |||
@@ -1358,7 +1358,7 @@ namespace OpenSim.Region.Physics.OdePlugin | |||
1358 | } | 1358 | } |
1359 | else | 1359 | else |
1360 | { | 1360 | { |
1361 | System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString()); | 1361 | //System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString()); |
1362 | _zeroFlag = false; | 1362 | _zeroFlag = false; |
1363 | } | 1363 | } |
1364 | m_lastposition = l_position; | 1364 | m_lastposition = l_position; |