aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneGraph.cs
diff options
context:
space:
mode:
authorMelanie2009-12-06 02:15:52 +0000
committerMelanie2009-12-06 02:15:52 +0000
commit79511ecce240a864dc02575acd3399fb244a8d82 (patch)
tree4f273c06dc1d1b2c5cf3a7cd30f728bfd140369d /OpenSim/Region/Framework/Scenes/SceneGraph.cs
parentSkip single prims in unlink selections (diff)
downloadopensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.zip
opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.gz
opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.bz2
opensim-SC_OLD-79511ecce240a864dc02575acd3399fb244a8d82.tar.xz
Experimental: Remove explicit property sends
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneGraph.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneGraph.cs22
1 files changed, 11 insertions, 11 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneGraph.cs b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
index 18e7b79..f74fd5d 100644
--- a/OpenSim/Region/Framework/Scenes/SceneGraph.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneGraph.cs
@@ -1606,17 +1606,17 @@ namespace OpenSim.Region.Framework.Scenes
1606 parentGroup.HasGroupChanged = true; 1606 parentGroup.HasGroupChanged = true;
1607 parentGroup.ScheduleGroupForFullUpdate(); 1607 parentGroup.ScheduleGroupForFullUpdate();
1608 1608
1609 if (client != null) 1609// if (client != null)
1610 { 1610// {
1611 parentGroup.GetProperties(client); 1611// parentGroup.GetProperties(client);
1612 } 1612// }
1613 else 1613// else
1614 { 1614// {
1615 foreach (ScenePresence p in GetScenePresences()) 1615// foreach (ScenePresence p in GetScenePresences())
1616 { 1616// {
1617 parentGroup.GetProperties(p.ControllingClient); 1617// parentGroup.GetProperties(p.ControllingClient);
1618 } 1618// }
1619 } 1619// }
1620 } 1620 }
1621 finally 1621 finally
1622 { 1622 {