This commit is contained in:
vis2k 2022-10-09 16:47:12 +02:00
parent 58a89a5d24
commit 2a3e681e03

View File

@ -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)
{