diff options
Diffstat (limited to 'OpenSim')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/SceneGraph.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs index 86842b3..905c683 100644 --- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs +++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs | |||
@@ -1693,6 +1693,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1693 | // Unlink all child parts from their groups | 1693 | // Unlink all child parts from their groups |
1694 | // | 1694 | // |
1695 | child.ParentGroup.DelinkFromGroup(child, true); | 1695 | child.ParentGroup.DelinkFromGroup(child, true); |
1696 | child.ParentGroup.HasGroupChanged = true; | ||
1697 | child.ParentGroup.ScheduleGroupForFullUpdate(); | ||
1696 | } | 1698 | } |
1697 | } | 1699 | } |
1698 | finally | 1700 | finally |