This commit is contained in:
UbitUmarov
2012-04-27 09:50:53 +01:00
parent 1c735facee
commit fedc9eb105
2 changed files with 4 additions and 4 deletions

View File

@@ -1244,8 +1244,7 @@ namespace OpenSim.Region.Physics.OdePlugin
if (Body != IntPtr.Zero)
d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z);
_position = newPos;
m_pidControllerActive = true;
m_log.DebugFormat("[ode character new position] {0}", newPos);
m_pidControllerActive = true;
}
private void changeOrientation(Quaternion newOri)