mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
change interpretation of a viewer flag
This commit is contained in:
@@ -369,7 +369,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
/// </summary>
|
||||
public int IncomingOrphanedPacketCount { get; protected set; }
|
||||
|
||||
public bool SupportViewerObjectsCache = false;
|
||||
public bool SupportViewerObjectsCache = true;
|
||||
/// <summary>
|
||||
/// Run queue empty processing within a single persistent thread.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user