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