* Stopped printing the prim's X cordinate difference from the last movement on the Console.

afrisby
Teravus Ovares 2007-11-08 18:17:48 +00:00
parent fcc276a68d
commit b74983328c
1 changed files with 1 additions and 1 deletions

View File

@ -1358,7 +1358,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
else
{
System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString());
//System.Console.WriteLine(Math.Abs(m_lastposition.X - l_position.X).ToString());
_zeroFlag = false;
}
m_lastposition = l_position;