aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs
diff options
context:
space:
mode:
authorUbitUmarov2019-03-06 22:42:37 +0000
committerUbitUmarov2019-03-06 22:42:37 +0000
commit0970dc04e2ed5482de4be589535d9eda522d3e0c (patch)
tree360438b02a11d1c734f33df4d61588fcfbfe86df /OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs
parentlludp do inline zeroencode of some(most) agent full updates (runprebuild) (diff)
downloadopensim-SC-0970dc04e2ed5482de4be589535d9eda522d3e0c.zip
opensim-SC-0970dc04e2ed5482de4be589535d9eda522d3e0c.tar.gz
opensim-SC-0970dc04e2ed5482de4be589535d9eda522d3e0c.tar.bz2
opensim-SC-0970dc04e2ed5482de4be589535d9eda522d3e0c.tar.xz
llupd add direct encode, with inline zeroencode, of objects update ( code path currently not in use)
Diffstat (limited to 'OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs')
-rw-r--r--OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs
index 4841ada..8ed2cf1 100644
--- a/OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs
+++ b/OpenSim/Region/ClientStack/Linden/UDP/LLUDPZeroEncoder.cs
@@ -134,7 +134,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
134 } 134 }
135 } 135 }
136 136
137 public void AddByte(byte v) 137 public unsafe void AddByte(byte v)
138 { 138 {
139 if (v == 0x00) 139 if (v == 0x00)
140 { 140 {