mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
* Stopped printing the prim's X cordinate difference from the last movement on the Console.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user