aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index e923a92..a02f614 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1500,7 +1500,7 @@ namespace OpenSim.Region.Framework.Scenes
1500 1500
1501 // We need to explicitly resend the newly link prim's object properties since no other actions 1501 // We need to explicitly resend the newly link prim's object properties since no other actions
1502 // occur on link to invoke this elsewhere (such as object selection) 1502 // occur on link to invoke this elsewhere (such as object selection)
1503 parentGroup.RootPart.AddFlag(PrimFlags.CreateSelected); 1503 parentGroup.RootPart.CreateSelected = true;
1504 parentGroup.TriggerScriptChangedEvent(Changed.LINK); 1504 parentGroup.TriggerScriptChangedEvent(Changed.LINK);
1505 parentGroup.HasGroupChanged = true; 1505 parentGroup.HasGroupChanged = true;
1506 parentGroup.ScheduleGroupForFullUpdate(); 1506 parentGroup.ScheduleGroupForFullUpdate();