aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorMelanie2011-12-14 08:57:55 +0000
committerMelanie2011-12-14 08:57:55 +0000
commit898549d13e94643afe45ce12f33351abd70d5333 (patch)
treebe293f849a7c82442435048d565622fae4d69980 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
parentSpin off terrain save into a new thread and make it so that it uses the old (diff)
parentJust adding a comment to SendFullUpdatToClient (diff)
downloadopensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.zip
opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.gz
opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.bz2
opensim-SC_OLD-898549d13e94643afe45ce12f33351abd70d5333.tar.xz
Merge branch 'master' into careminster
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index cf2161a..67eafd5 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -1724,6 +1724,8 @@ namespace OpenSim.Region.Framework.Scenes
1724 1724
1725 #endregion 1725 #endregion
1726 1726
1727 // Send the parts of this SOG to a single client
1728 // Used when the client initially connects and when client sends RequestPrim packet
1727 public void SendFullUpdateToClient(IClientAPI remoteClient) 1729 public void SendFullUpdateToClient(IClientAPI remoteClient)
1728 { 1730 {
1729 RootPart.SendFullUpdate( 1731 RootPart.SendFullUpdate(