aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-11-09 21:49:08 +0000
committerJustin Clark-Casey (justincc)2011-11-09 21:49:08 +0000
commit4f6915bad5940a52c18c8c77e2989b6030d921d7 (patch)
treea7e84975010c1e68d95bac7a50eb845e1dbb85c7 /OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
parentUse IsConnected status to determine whether all pCampBots have disconnected, ... (diff)
downloadopensim-SC_OLD-4f6915bad5940a52c18c8c77e2989b6030d921d7.zip
opensim-SC_OLD-4f6915bad5940a52c18c8c77e2989b6030d921d7.tar.gz
opensim-SC_OLD-4f6915bad5940a52c18c8c77e2989b6030d921d7.tar.bz2
opensim-SC_OLD-4f6915bad5940a52c18c8c77e2989b6030d921d7.tar.xz
minor: Correct misleading method doc on SOG.UpdateRootRotation()
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs')
-rw-r--r--OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
index 339cf0f..e3a564e 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -2894,7 +2894,7 @@ namespace OpenSim.Region.Framework.Scenes
2894 } 2894 }
2895 2895
2896 /// <summary> 2896 /// <summary>
2897 /// Update the entire rotation of the group. 2897 /// Update the rotation of just the root prim of a linkset.
2898 /// </summary> 2898 /// </summary>
2899 /// <param name="rot"></param> 2899 /// <param name="rot"></param>
2900 public void UpdateRootRotation(Quaternion rot) 2900 public void UpdateRootRotation(Quaternion rot)