aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index ba68dfa..13842ad 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1638,6 +1638,8 @@ namespace OpenSim.Region.Framework.Scenes
1638 { 1638 {
1639 parentGroup.LinkToGroup(child); 1639 parentGroup.LinkToGroup(child);
1640 1640
1641 child.DetachFromBackup();
1642
1641 // this is here so physics gets updated! 1643 // this is here so physics gets updated!
1642 // Don't remove! Bad juju! Stay away! or fix physics! 1644 // Don't remove! Bad juju! Stay away! or fix physics!
1643 child.AbsolutePosition = child.AbsolutePosition; 1645 child.AbsolutePosition = child.AbsolutePosition;