Merge branch 'master' into careminster

avinationmerge
Melanie 2013-04-02 23:48:01 +01:00
commit c10331c8c2
1 changed files with 1 additions and 1 deletions

View File

@ -1218,7 +1218,7 @@ namespace OpenSim.Region.Framework.Scenes
// the mappings more consistant.
public Vector3 SitTargetPositionLL
{
get { return new Vector3(m_sitTargetPosition.X, m_sitTargetPosition.Y,m_sitTargetPosition.Z); }
get { return m_sitTargetPosition; }
set { m_sitTargetPosition = value; }
}