avinationmerge
UbitUmarov 2012-04-27 09:00:30 +01:00
parent 03450dee39
commit 7a7f4b7722
1 changed files with 1 additions and 1 deletions

View File

@ -1247,7 +1247,7 @@ namespace OpenSim.Region.Physics.OdePlugin
if (Body != IntPtr.Zero)
d.BodySetPosition(Body, newPos.X, newPos.Y, newPos.Z);
_position = newPos;
m_pidControllerActive = false;
m_pidControllerActive = true;
}
private void changeOrientation(Quaternion newOri)