mirror of
https://github.com/opensim/opensim.git
synced 2026-07-08 13:56:26 +08:00
Various small changes (some likely to be removed again soon)
This commit is contained in:
@@ -197,9 +197,10 @@ namespace OpenSim.Region.ClientStack
|
||||
{
|
||||
if (AgentAni.AnimationList[i].StartAnim)
|
||||
{
|
||||
|
||||
if (OnStartAnim != null)
|
||||
{
|
||||
OnStartAnim(AgentAni.AnimationList[i].AnimID, 1);
|
||||
OnStartAnim(this, AgentAni.AnimationList[i].AnimID, 1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user