remove redundant UpdateMovementAnimations();

This commit is contained in:
UbitUmarov
2017-06-03 07:19:20 +01:00
parent f26ad07ce1
commit 4320758d97

View File

@@ -2772,13 +2772,13 @@ namespace OpenSim.Region.Framework.Scenes
}
}
}
/*
if (update_movementflag && ParentID == 0 && m_delayedStop < 0)
{
// m_log.DebugFormat("[SCENE PRESENCE]: Updating movement animations for {0}", Name);
Animator.UpdateMovementAnimations();
}
*/
SendControlsToScripts(flagsForScripts);
}