aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Framework
diff options
context:
space:
mode:
authorUbitUmarov2017-06-03 07:19:20 +0100
committerUbitUmarov2017-06-03 07:19:20 +0100
commit4320758d9774f8112f285509261f2b1c524132cd (patch)
tree13969fe65e8217512334dd4a0b68ab883b0fec98 /OpenSim/Region/Framework
parentadd a delayed stop so fast tap on move keys does not stop the avatar in some ... (diff)
downloadopensim-SC_OLD-4320758d9774f8112f285509261f2b1c524132cd.zip
opensim-SC_OLD-4320758d9774f8112f285509261f2b1c524132cd.tar.gz
opensim-SC_OLD-4320758d9774f8112f285509261f2b1c524132cd.tar.bz2
opensim-SC_OLD-4320758d9774f8112f285509261f2b1c524132cd.tar.xz
remove redundant UpdateMovementAnimations();
Diffstat (limited to 'OpenSim/Region/Framework')
-rw-r--r--OpenSim/Region/Framework/Scenes/ScenePresence.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Framework/Scenes/ScenePresence.cs b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
index ed9cf53..f86814d 100644
--- a/OpenSim/Region/Framework/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Framework/Scenes/ScenePresence.cs
@@ -2772,13 +2772,13 @@ namespace OpenSim.Region.Framework.Scenes
2772 } 2772 }
2773 } 2773 }
2774 } 2774 }
2775 2775/*
2776 if (update_movementflag && ParentID == 0 && m_delayedStop < 0) 2776 if (update_movementflag && ParentID == 0 && m_delayedStop < 0)
2777 { 2777 {
2778// m_log.DebugFormat("[SCENE PRESENCE]: Updating movement animations for {0}", Name); 2778// m_log.DebugFormat("[SCENE PRESENCE]: Updating movement animations for {0}", Name);
2779 Animator.UpdateMovementAnimations(); 2779 Animator.UpdateMovementAnimations();
2780 } 2780 }
2781 2781*/
2782 SendControlsToScripts(flagsForScripts); 2782 SendControlsToScripts(flagsForScripts);
2783 } 2783 }
2784 2784