aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region')
-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 a600b86..0587846 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1820,6 +1820,8 @@ namespace OpenSim.Region.Framework.Scenes
1820 { 1820 {
1821 parentGroup.LinkToGroup(child); 1821 parentGroup.LinkToGroup(child);
1822 1822
1823 child.DetachFromBackup();
1824
1823 // this is here so physics gets updated! 1825 // this is here so physics gets updated!
1824 // Don't remove! Bad juju! Stay away! or fix physics! 1826 // Don't remove! Bad juju! Stay away! or fix physics!
1825 child.AbsolutePosition = child.AbsolutePosition; 1827 child.AbsolutePosition = child.AbsolutePosition;