aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorMelanie2011-11-10 17:35:35 +0000
committerMelanie2011-11-10 17:35:35 +0000
commita1426739a214d9cd04169bbb7a8855fdfd2ef588 (patch)
tree061416a45c8cdceb25273f9f79f078d2ba1ea8e5 /OpenSim/Region/Framework
parentFix the ability to move the seated avatar via LSL (diff)
parentAdd GuduleLapointe to list of contributors (diff)
downloadopensim-SC_OLD-a1426739a214d9cd04169bbb7a8855fdfd2ef588.zip
opensim-SC_OLD-a1426739a214d9cd04169bbb7a8855fdfd2ef588.tar.gz
opensim-SC_OLD-a1426739a214d9cd04169bbb7a8855fdfd2ef588.tar.bz2
opensim-SC_OLD-a1426739a214d9cd04169bbb7a8855fdfd2ef588.tar.xz
Merge branch 'master' into bigmerge
Diffstat (limited to 'OpenSim/Region/Framework')
-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 a12a17c..a3ac756 100644
--- a/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
+++ b/OpenSim/Region/Framework/Scenes/SceneObjectGroup.cs
@@ -3322,7 +3322,7 @@ namespace OpenSim.Region.Framework.Scenes
3322 } 3322 }
3323 3323
3324 /// <summary> 3324 /// <summary>
3325 /// Update the entire rotation of the group. 3325 /// Update the rotation of just the root prim of a linkset.
3326 /// </summary> 3326 /// </summary>
3327 /// <param name="rot"></param> 3327 /// <param name="rot"></param>
3328 public void UpdateRootRotation(Quaternion rot) 3328 public void UpdateRootRotation(Quaternion rot)