* Stopped printing the prim's X cordinate difference from the last movement on the Console.
parent
fcc276a68d
commit
b74983328c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue