stop doing UpdateMovementAnimations on avatar collisions, that may cause incorrect changes

0.9.0-post-fixes
UbitUmarov 2017-06-12 01:07:38 +01:00
parent 953872510f
commit dd7ab862ab
1 changed files with 2 additions and 2 deletions

View File

@ -4970,8 +4970,8 @@ namespace OpenSim.Region.Framework.Scenes
// if (m_updateCount > 0)
// {
if (Animator != null && Animator.UpdateMovementAnimations())
TriggerScenePresenceUpdated();
// if (Animator != null && Animator.UpdateMovementAnimations())
// TriggerScenePresenceUpdated();
// m_updateCount--;
// }