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

This commit is contained in:
Teravus Ovares
2007-11-08 18:17:48 +00:00
parent fcc276a68d
commit b74983328c

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;