mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
llupd add direct encode, with inline zeroencode, of objects update ( code path currently not in use)
This commit is contained in:
@@ -134,7 +134,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
}
|
||||
}
|
||||
|
||||
public void AddByte(byte v)
|
||||
public unsafe void AddByte(byte v)
|
||||
{
|
||||
if (v == 0x00)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user