minor: Correct misleading method doc on SOG.UpdateRootRotation()
parent
bbab7b6b4d
commit
4f6915bad5
|
@ -2894,7 +2894,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Update the entire rotation of the group.
|
/// Update the rotation of just the root prim of a linkset.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="rot"></param>
|
/// <param name="rot"></param>
|
||||||
public void UpdateRootRotation(Quaternion rot)
|
public void UpdateRootRotation(Quaternion rot)
|
||||||
|
|
Loading…
Reference in New Issue