diff options
Merge branch 'ubitwork' of ssh://3dhosting.de/var/git/careminster into ubitwork
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 b008e66..b474979 100644 --- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs +++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs | |||
@@ -2369,6 +2369,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
2369 | 2369 | ||
2370 | if (pa != null) | 2370 | if (pa != null) |
2371 | pa.PIDActive = false; | 2371 | pa.PIDActive = false; |
2372 | |||
2373 | RootPart.ScheduleTerseUpdate(); // send a stop information | ||
2372 | } | 2374 | } |
2373 | 2375 | ||
2374 | public void rotLookAt(Quaternion target, float strength, float damping) | 2376 | public void rotLookAt(Quaternion target, float strength, float damping) |