mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -109,7 +109,7 @@ namespace OpenSim.Framework
|
||||
|
||||
public void SetAnimation(string index, string name, UUID anim)
|
||||
{
|
||||
if (anim == UUID.Zero)
|
||||
if (anim.IsZero())
|
||||
{
|
||||
m_animations.Remove(index);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user