minor: Correct misleading method doc on SOG.UpdateRootRotation()

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-11-09 21:49:08 +00:00
parent bbab7b6b4d
commit 4f6915bad5
1 changed files with 1 additions and 1 deletions

View File

@ -2894,7 +2894,7 @@ namespace OpenSim.Region.Framework.Scenes
}
/// <summary>
/// Update the entire rotation of the group.
/// Update the rotation of just the root prim of a linkset.
/// </summary>
/// <param name="rot"></param>
public void UpdateRootRotation(Quaternion rot)