mirror of
https://github.com/MirrorNetworking/Mirror.git
synced 2024-11-18 02:50:32 +00:00
comment
This commit is contained in:
parent
58a89a5d24
commit
2a3e681e03
@ -195,7 +195,7 @@ public static Quaternion DecompressQuaternion(uint data)
|
||||
|
||||
// varint compression //////////////////////////////////////////////////
|
||||
// compress ulong varint.
|
||||
// same result for int, short and byte. only need one function.
|
||||
// same result for ulong, uint, ushort and byte. only need one function.
|
||||
// NOT an extension. otherwise weaver might accidentally use it.
|
||||
public static void CompressVarUInt(NetworkWriter writer, ulong value)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user