Send changed animation event asynchronously
parent
323ffd7a89
commit
943b37b8e6
|
@ -3555,6 +3555,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
/// <param name="eventName">The name of the event</param>
|
/// <param name="eventName">The name of the event</param>
|
||||||
/// <param name="args">The arguments for the event</param>
|
/// <param name="args">The arguments for the event</param>
|
||||||
public void SendScriptEventToAttachments(string eventName, Object[] args)
|
public void SendScriptEventToAttachments(string eventName, Object[] args)
|
||||||
|
{
|
||||||
|
Util.FireAndForget(delegate(object x)
|
||||||
{
|
{
|
||||||
if (m_scriptEngines.Length == 0)
|
if (m_scriptEngines.Length == 0)
|
||||||
return;
|
return;
|
||||||
|
@ -3576,6 +3578,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
internal void PushForce(Vector3 impulse)
|
internal void PushForce(Vector3 impulse)
|
||||||
|
|
Loading…
Reference in New Issue