aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-12-14 17:59:55 +0000
committerJustin Clark-Casey (justincc)2011-12-14 17:59:55 +0000
commitcec88872ae311ade010be0fe4220bf4ce496c7fb (patch)
treebaed64d0e38ab871f526bcb5ff01796a2f31f445 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
parentFix off by one bug in objects GrabbingBehaviour of pCampBot.exe (diff)
parentJust adding a comment to SendFullUpdatToClient (diff)
downloadopensim-SC_OLD-cec88872ae311ade010be0fe4220bf4ce496c7fb.zip
opensim-SC_OLD-cec88872ae311ade010be0fe4220bf4ce496c7fb.tar.gz
opensim-SC_OLD-cec88872ae311ade010be0fe4220bf4ce496c7fb.tar.bz2
opensim-SC_OLD-cec88872ae311ade010be0fe4220bf4ce496c7fb.tar.xz
Merge branch 'master' of ssh://opensimulator.org/var/git/opensim
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 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(