Rename ScenePresenceAnimator.GetMovementAnimation() -> DetermineMovementAnimation() for better code readability

This commit is contained in:
Justin Clark-Casey (justincc)
2011-12-03 00:27:21 +00:00
parent 96c191f4fd
commit 5ba8ca5662
2 changed files with 9 additions and 4 deletions

View File

@@ -5554,7 +5554,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
flags |= ScriptBaseClass.AGENT_TYPING;
}
string agentMovementAnimation = agent.Animator.GetMovementAnimation();
string agentMovementAnimation = agent.Animator.DetermineMovementAnimation();
if (agentMovementAnimation == "CROUCH")
{