aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index 712ec70..bc6458f 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -553,6 +553,10 @@ namespace OpenSim.Region.Framework.Scenes
553 } 553 }
554 } 554 }
555 555
556 /// <summary>
557 /// If sitting, returns the offset position from the prim the avatar is sitting on.
558 /// Otherwise, returns absolute position in the scene.
559 /// </summary>
556 public Vector3 OffsetPosition 560 public Vector3 OffsetPosition
557 { 561 {
558 get { return m_pos; } 562 get { return m_pos; }