aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes
diff options
context:
space:
mode:
authorUbitUmarov2016-09-24 18:16:30 +0100
committerUbitUmarov2016-09-24 18:16:30 +0100
commit9e074988f0f3ffb78171db7fabb65839afdc48f1 (patch)
tree7abf822aca405c729be0523641297ffca167ad11 /OpenSim/Region/Framework/Scenes
parentmute a debug message to mute jak daniels (diff)
downloadopensim-SC_OLD-9e074988f0f3ffb78171db7fabb65839afdc48f1.zip
opensim-SC_OLD-9e074988f0f3ffb78171db7fabb65839afdc48f1.tar.gz
opensim-SC_OLD-9e074988f0f3ffb78171db7fabb65839afdc48f1.tar.bz2
opensim-SC_OLD-9e074988f0f3ffb78171db7fabb65839afdc48f1.tar.xz
remove a redundant and potencially dangerous child.AbsolutePosition = child.AbsolutePosition
Diffstat (limited to 'OpenSim/Region/Framework/Scenes')
-rwxr-xr-xOpenSim/Region/Framework/Scenes/SceneGraph.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 77c66b6..8fc807a 100755
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1865,7 +1865,8 @@ namespace OpenSim.Region.Framework.Scenes
1865 1865
1866 // this is here so physics gets updated! 1866 // this is here so physics gets updated!
1867 // Don't remove! Bad juju! Stay away! or fix physics! 1867 // Don't remove! Bad juju! Stay away! or fix physics!
1868 child.AbsolutePosition = child.AbsolutePosition; 1868 // already done in LinkToGroup
1869// child.AbsolutePosition = child.AbsolutePosition;
1869 } 1870 }
1870 } 1871 }
1871 1872