Merge commit 'adfe713b4340771eee15371dd1216527b5662545' into bigmerge

avinationmerge
Melanie 2011-10-11 22:11:55 +01:00
commit 68a42af30f
1 changed files with 4 additions and 0 deletions

View File

@ -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; }