diff options
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs index dd8541c..9c6a94b 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2398,6 +2398,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2398 | 2398 | ||
2399 | if (pa != null) | 2399 | if (pa != null) |
2400 | pa.PIDActive = false; | 2400 | pa.PIDActive = false; |
2401 | |||
2402 | RootPart.ScheduleTerseUpdate(); // send a stop information | ||
2401 | } | 2403 | } |
2402 | 2404 | ||
2403 | public void rotLookAt(Quaternion target, float strength, float damping) | 2405 | public void rotLookAt(Quaternion target, float strength, float damping) |