llupd add direct encode, with inline zeroencode, of objects update ( code path currently not in use)

This commit is contained in:
UbitUmarov
2019-03-06 22:42:37 +00:00
parent cf0f3954a8
commit 0970dc04e2
2 changed files with 230 additions and 37 deletions

View File

@@ -134,7 +134,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
}
}
public void AddByte(byte v)
public unsafe void AddByte(byte v)
{
if (v == 0x00)
{