From ca1993c72d53d5052cea4fef56481c9a54645fca Mon Sep 17 00:00:00 2001 From: UbitUmarov Date: Sat, 2 Mar 2019 18:23:29 +0000 Subject: direct encode lludp terse object update, let contain texture entry --- OpenSim/Framework/IClientAPI.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Framework') 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 Particles = 1 << 19, ExtraData = 1 << 20, Sound = 1 << 21, - Joint = 1 << 22, TerseUpdate = Position | Rotation | Velocity | Acceleration | AngularVelocity, FullUpdate = 0x00ffffff, -- cgit v1.1