aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-02 18:23:29 +0000
committerUbitUmarov2019-03-02 18:23:29 +0000
commitca1993c72d53d5052cea4fef56481c9a54645fca (patch)
treee48fdc0248bcfd3efa6f2b0bc819fe3523d843c7 /OpenSim/Framework/IClientAPI.cs
parentll rez objects: silent ginore null object id; remove redundante llSetColor code (diff)
downloadopensim-SC-ca1993c72d53d5052cea4fef56481c9a54645fca.zip
opensim-SC-ca1993c72d53d5052cea4fef56481c9a54645fca.tar.gz
opensim-SC-ca1993c72d53d5052cea4fef56481c9a54645fca.tar.bz2
opensim-SC-ca1993c72d53d5052cea4fef56481c9a54645fca.tar.xz
direct encode lludp terse object update, let contain texture entry
Diffstat (limited to '')
-rw-r--r--OpenSim/Framework/IClientAPI.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index e660dce..d63136e 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -671,7 +671,6 @@ namespace OpenSim.Framework
671 Particles = 1 << 19, 671 Particles = 1 << 19,
672 ExtraData = 1 << 20, 672 ExtraData = 1 << 20,
673 Sound = 1 << 21, 673 Sound = 1 << 21,
674 Joint = 1 << 22,
675 674
676 TerseUpdate = Position | Rotation | Velocity | Acceleration | AngularVelocity, 675 TerseUpdate = Position | Rotation | Velocity | Acceleration | AngularVelocity,
677 FullUpdate = 0x00ffffff, 676 FullUpdate = 0x00ffffff,