Merge branch 'master' into careminster
commit
c10331c8c2
|
@ -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; }
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue