aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim
diff options
context:
space:
mode:
authorUbitUmarov2019-01-06 20:15:30 +0000
committerUbitUmarov2019-01-06 20:15:30 +0000
commit59cfea73ca17457ee2301e802b095f8a15134799 (patch)
tree7cfd13c25c4441c315cc40d55076f0ab513bbd53 /OpenSim
parentmore changes on scenegraph etc (diff)
downloadopensim-SC-59cfea73ca17457ee2301e802b095f8a15134799.zip
opensim-SC-59cfea73ca17457ee2301e802b095f8a15134799.tar.gz
opensim-SC-59cfea73ca17457ee2301e802b095f8a15134799.tar.bz2
opensim-SC-59cfea73ca17457ee2301e802b095f8a15134799.tar.xz
missing file
Diffstat (limited to 'OpenSim')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index 8274136..c2c0178 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -3345,7 +3345,6 @@ namespace OpenSim.Region.Framework.Scenes
3345 m_parts.Add(linkPart.UUID, linkPart); 3345 m_parts.Add(linkPart.UUID, linkPart);
3346 3346
3347 linkPart.SetParent(this); 3347 linkPart.SetParent(this);
3348 m_scene.updateScenePartGroup(linkPart, this);
3349 3348
3350 linkPart.CreateSelected = true; 3349 linkPart.CreateSelected = true;
3351 3350
@@ -3727,8 +3726,6 @@ namespace OpenSim.Region.Framework.Scenes
3727 3726
3728 part.LinkNum = linkNum; 3727 part.LinkNum = linkNum;
3729 3728
3730 m_scene.updateScenePartGroup(part, this);
3731
3732 // Compute the new position of this SOP relative to the group position 3729 // Compute the new position of this SOP relative to the group position
3733 part.setOffsetPosition(newPos - AbsolutePosition); 3730 part.setOffsetPosition(newPos - AbsolutePosition);
3734 3731