mirror of
https://github.com/opensim/opensim.git
synced 2026-08-09 02:36:00 +08:00
Fix for Mantis 0006376: Avatar no longer show Walking animation when any AO hud is
loaded. Thank you tglion
This commit is contained in:
@@ -87,7 +87,7 @@ namespace OpenSim.Region.Framework.Scenes.Animation
|
||||
{
|
||||
if (m_defaultAnimation.AnimID == animID)
|
||||
{
|
||||
m_defaultAnimation = new OpenSim.Framework.Animation(UUID.Zero, 1, UUID.Zero);
|
||||
m_defaultAnimation = new OpenSim.Framework.Animation(animID, 1, UUID.Zero);
|
||||
}
|
||||
else if (HasAnimation(animID))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user