Revert "Push updates from keyframe directly to the front of the output queue rather"

This reverts commit 04235e58e8.
This commit is contained in:
Melanie
2013-02-12 03:15:40 +01:00
parent 2065590232
commit 14c064c65d
5 changed files with 10 additions and 46 deletions

View File

@@ -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