aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorDan Lake2011-12-13 23:34:59 -0800
committerDan Lake2011-12-13 23:34:59 -0800
commitf43e5f92fd207fd6b24d5635eadce84acd66de1e (patch)
treea3f71029ea8942d99523249446fc83a621d64706 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
parentReorder clearing of upate schedule on SOP to before sending updates. Fix pote... (diff)
downloadopensim-SC_OLD-f43e5f92fd207fd6b24d5635eadce84acd66de1e.zip
opensim-SC_OLD-f43e5f92fd207fd6b24d5635eadce84acd66de1e.tar.gz
opensim-SC_OLD-f43e5f92fd207fd6b24d5635eadce84acd66de1e.tar.bz2
opensim-SC_OLD-f43e5f92fd207fd6b24d5635eadce84acd66de1e.tar.xz
Just adding a comment to SendFullUpdatToClient
Diffstat (limited to '')
-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 9587d5f..f9e0b83 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -1373,6 +1373,8 @@ namespace OpenSim.Region.Framework.Scenes
1373 1373
1374 #endregion 1374 #endregion
1375 1375
1376 // Send the parts of this SOG to a single client
1377 // Used when the client initially connects and when client sends RequestPrim packet
1376 public void SendFullUpdateToClient(IClientAPI remoteClient) 1378 public void SendFullUpdateToClient(IClientAPI remoteClient)
1377 { 1379 {
1378 RootPart.SendFullUpdate( 1380 RootPart.SendFullUpdate(