mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 17:32:42 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -55,7 +55,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
private Dictionary<string, UUID> m_overrides = new Dictionary<string, UUID>();
|
||||
public void SetOverride(string state, UUID animID)
|
||||
{
|
||||
if (animID == UUID.Zero)
|
||||
if (animID.IsZero())
|
||||
{
|
||||
if (state == "ALL")
|
||||
m_overrides.Clear();
|
||||
|
||||
Reference in New Issue
Block a user