Add an override to make SOG.Velocity work as expected

avinationmerge
Melanie 2012-02-20 16:55:12 +01:00
parent 77575ec51b
commit 8f8206f478
1 changed files with 6 additions and 0 deletions

View File

@ -605,6 +605,12 @@ namespace OpenSim.Region.Framework.Scenes
}
}
public override Vector3 Velocity
{
get { return RootPart.Velocity; }
set { RootPart.Velocity = value; }
}
private void CrossAgentToNewRegionCompleted(IAsyncResult iar)
{
CrossAgentToNewRegionDelegate icon = (CrossAgentToNewRegionDelegate)iar.AsyncState;