mirror of
https://github.com/opensim/opensim.git
synced 2026-05-15 03:15:41 +08:00
== UUID.Zero is slow
This commit is contained in:
@@ -378,7 +378,7 @@ namespace OpenSim.Data.MySQL
|
||||
// Create all of the SOGs from the root prims first
|
||||
foreach (SceneObjectPart prim in prims.Values)
|
||||
{
|
||||
if (prim.ParentUUID == UUID.Zero)
|
||||
if (prim.ParentUUID.IsZero())
|
||||
{
|
||||
objects[prim.UUID] = new SceneObjectGroup(prim);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user