mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
testing
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user