diff options
author | Melanie | 2013-02-12 03:15:40 +0100 |
---|---|---|
committer | Melanie | 2013-02-12 03:15:40 +0100 |
commit | 14c064c65da3d9cce045664f83daaeb7a79edcdd (patch) | |
tree | 9b21d8a9022750c84e8f90a7440d4ba2830d3ead /OpenSim/Framework | |
parent | Revert "Use actual time dilation for unqueued updates" (diff) | |
download | opensim-SC-14c064c65da3d9cce045664f83daaeb7a79edcdd.zip opensim-SC-14c064c65da3d9cce045664f83daaeb7a79edcdd.tar.gz opensim-SC-14c064c65da3d9cce045664f83daaeb7a79edcdd.tar.bz2 opensim-SC-14c064c65da3d9cce045664f83daaeb7a79edcdd.tar.xz |
Revert "Push updates from keyframe directly to the front of the output queue rather"
This reverts commit 04235e58e87ae42617111cad2884e42785914d4e.
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index 96d2735..0465042 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -698,8 +698,7 @@ namespace OpenSim.Framework | |||
698 | ExtraData = 1 << 20, | 698 | ExtraData = 1 << 20, |
699 | Sound = 1 << 21, | 699 | Sound = 1 << 21, |
700 | Joint = 1 << 22, | 700 | Joint = 1 << 22, |
701 | Immediate = 1 << 23, | 701 | FullUpdate = UInt32.MaxValue |
702 | FullUpdate = UInt32.MaxValue & (uint)~((uint)1<<23) | ||
703 | } | 702 | } |
704 | 703 | ||
705 | public static class PrimUpdateFlagsExtensions | 704 | public static class PrimUpdateFlagsExtensions |