From 7c2f8e2ee94529d317dba83fa52c6624af989270 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Wed, 26 Nov 2008 16:56:57 +0000 Subject: * 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 --- OpenSim/Region/Environment/Scenes/EntityBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/Environment/Scenes/EntityBase.cs') diff --git a/OpenSim/Region/Environment/Scenes/EntityBase.cs b/OpenSim/Region/Environment/Scenes/EntityBase.cs index 7a3b9a7..3ae8cde 100644 --- a/OpenSim/Region/Environment/Scenes/EntityBase.cs +++ b/OpenSim/Region/Environment/Scenes/EntityBase.cs @@ -87,7 +87,7 @@ namespace OpenSim.Region.Environment.Scenes protected Vector3 m_rotationalvelocity; /// - /// + /// Current velocity of the entity. /// public virtual Vector3 Velocity { -- cgit v1.1