aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Scenes/ScenePresence.cs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/Environment/Scenes/ScenePresence.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Scenes/ScenePresence.cs b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
index 2caeb14..4346b08 100644
--- a/OpenSim/Region/Environment/Scenes/ScenePresence.cs
+++ b/OpenSim/Region/Environment/Scenes/ScenePresence.cs
@@ -1478,7 +1478,7 @@ namespace OpenSim.Region.Environment.Scenes
1478 /// <summary> 1478 /// <summary>
1479 /// This method determines the proper movement related animation 1479 /// This method determines the proper movement related animation
1480 /// </summary> 1480 /// </summary>
1481 protected string GetMovementAnimation() 1481 public string GetMovementAnimation()
1482 { 1482 {
1483 if (m_movementflag != 0) 1483 if (m_movementflag != 0)
1484 { 1484 {