* Get rid of the phenomena where the avatar sometimes reverts to the stand animation when flying across borders

* Applies to both standalone and grid mode
* The slight retardation on border cross remains - this is a separate issue
This commit is contained in:
Justin Clarke Casey
2008-11-26 16:56:57 +00:00
parent 1767100316
commit 7c2f8e2ee9
3 changed files with 35 additions and 7 deletions

View File

@@ -87,7 +87,7 @@ namespace OpenSim.Region.Environment.Scenes
protected Vector3 m_rotationalvelocity;
/// <summary>
///
/// Current velocity of the entity.
/// </summary>
public virtual Vector3 Velocity
{