Stop calling Animator.UpdateMovementAnimations() at the end of HandleAgentUpdate().
There's no point doing this if it's being called via PhysicsCollisionUpdateiar_mods
parent
f08aad8a40
commit
feef1dd732
|
@ -1582,8 +1582,8 @@ namespace OpenSim.Region.Framework.Scenes
|
|||
// }
|
||||
// }
|
||||
|
||||
if (update_movementflag && ParentID == 0)
|
||||
Animator.UpdateMovementAnimations();
|
||||
// if (update_movementflag && ParentID == 0)
|
||||
// Animator.UpdateMovementAnimations();
|
||||
}
|
||||
|
||||
m_scene.EventManager.TriggerOnClientMovement(this);
|
||||
|
|
Loading…
Reference in New Issue