mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Push updates from keyframe directly to the front of the output queue rather
than through the update system.
This commit is contained in:
@@ -698,7 +698,8 @@ namespace OpenSim.Framework
|
||||
ExtraData = 1 << 20,
|
||||
Sound = 1 << 21,
|
||||
Joint = 1 << 22,
|
||||
FullUpdate = UInt32.MaxValue
|
||||
Immediate = 1 << 23,
|
||||
FullUpdate = UInt32.MaxValue & (uint)~((uint)1<<23)
|
||||
}
|
||||
|
||||
public static class PrimUpdateFlagsExtensions
|
||||
|
||||
Reference in New Issue
Block a user