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)
|
// if (update_movementflag && ParentID == 0)
|
||||||
Animator.UpdateMovementAnimations();
|
// Animator.UpdateMovementAnimations();
|
||||||
}
|
}
|
||||||
|
|
||||||
m_scene.EventManager.TriggerOnClientMovement(this);
|
m_scene.EventManager.TriggerOnClientMovement(this);
|
||||||
|
|
Loading…
Reference in New Issue