Merge commit 'adfe713b4340771eee15371dd1216527b5662545' into bigmerge
commit
68a42af30f
|
@ -553,6 +553,10 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// If sitting, returns the offset position from the prim the avatar is sitting on.
|
||||
/// Otherwise, returns absolute position in the scene.
|
||||
/// </summary>
|
||||
public Vector3 OffsetPosition
|
||||
{
|
||||
get { return m_pos; }
|
||||
|
|
Loading…
Reference in New Issue