diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes/ScenePresence.cs')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/ScenePresence.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs index ff043fb..f58bba6 100644 --- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs | |||
@@ -287,6 +287,11 @@ namespace OpenSim.Region.Environment.Scenes | |||
287 | } | 287 | } |
288 | 288 | ||
289 | protected Vector3 m_parentPosition = new Vector3(); | 289 | protected Vector3 m_parentPosition = new Vector3(); |
290 | public Vector3 ParentPosition | ||
291 | { | ||
292 | get { return m_parentPosition; } | ||
293 | set { m_parentPosition = value; } | ||
294 | } | ||
290 | 295 | ||
291 | /// <summary> | 296 | /// <summary> |
292 | /// Absolute position of this avatar in 'region cordinates' | 297 | /// Absolute position of this avatar in 'region cordinates' |