aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r--OpenSim/Framework/IClientAPI.cs3
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