diff options
author | Justin Clark-Casey (justincc) | 2011-12-03 02:05:11 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-12-03 02:05:11 +0000 |
commit | feef1dd73243cfdd5322632fb67e64cabc1ad4bc (patch) | |
tree | 8f17027f38ab1eab424bc1b88a63833eabc94e08 /OpenSim/Region | |
parent | For now, disable mechanism to limit avatar animation updates since this cause... (diff) | |
download | opensim-SC_OLD-feef1dd73243cfdd5322632fb67e64cabc1ad4bc.zip opensim-SC_OLD-feef1dd73243cfdd5322632fb67e64cabc1ad4bc.tar.gz opensim-SC_OLD-feef1dd73243cfdd5322632fb67e64cabc1ad4bc.tar.bz2 opensim-SC_OLD-feef1dd73243cfdd5322632fb67e64cabc1ad4bc.tar.xz |
Stop calling Animator.UpdateMovementAnimations() at the end of HandleAgentUpdate().
There's no point doing this if it's being called via PhysicsCollisionUpdate
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/ScenePresence.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs index 663c9ae..8865b3d 100644 --- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs +++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs | |||
@@ -1582,8 +1582,8 @@ namespace OpenSim.Region.Framework.Scenes | |||
1582 | // } | 1582 | // } |
1583 | // } | 1583 | // } |
1584 | 1584 | ||
1585 | if (update_movementflag && ParentID == 0) | 1585 | // if (update_movementflag && ParentID == 0) |
1586 | Animator.UpdateMovementAnimations(); | 1586 | // Animator.UpdateMovementAnimations(); |
1587 | } | 1587 | } |
1588 | 1588 | ||
1589 | m_scene.EventManager.TriggerOnClientMovement(this); | 1589 | m_scene.EventManager.TriggerOnClientMovement(this); |