remove redundant UpdateMovementAnimations();

httptests
UbitUmarov 2017-06-03 07:19:20 +01:00
parent f26ad07ce1
commit 4320758d97
1 changed files with 2 additions and 2 deletions

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);
}