Merge branch 'master' of ssh://MyConnection/var/git/opensim

prioritization
Teravus Ovares (Dan Olivares) 2009-10-10 03:54:10 -04:00
commit 3f0dc88c46
1 changed files with 1 additions and 1 deletions

View File

@ -3420,7 +3420,7 @@ namespace OpenSim.Region.Framework.Scenes
if (e == null)
return;
if ((Math.Abs(Velocity.X) > 0.05f) || (Math.Abs(Velocity.Y) > 0.05f))
if ((Math.Abs(Velocity.X) > 0.1e-9f) || (Math.Abs(Velocity.Y) > 0.1e-9f))
UpdateMovementAnimations();
if (m_invulnerable)