mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 11:33:28 +08:00
Object update prioritization by Jim Greensky of Intel Labs, part one. This implements a simple distance prioritizer based on initial agent positions. Re-prioritizing and more advanced priority algorithms will follow soon
This commit is contained in:
@@ -188,7 +188,7 @@ namespace OpenSim.Region.OptionalModules.ContentManagement
|
||||
// MISC COMPARISONS (UUID, Byte)
|
||||
if (first.ClickAction != second.ClickAction)
|
||||
result |= Diff.CLICKACTION;
|
||||
if (first.ObjectOwner != second.ObjectOwner)
|
||||
if (first.OwnerID != second.OwnerID)
|
||||
result |= Diff.OBJECTOWNER;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user