We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cb049a commit d065c68Copy full SHA for d065c68
MLAPI/NetworkingManagerComponents/Binary/BitReader.cs
@@ -90,7 +90,7 @@ public void SkipPadBits()
90
public object ReadObjectPacked(Type type)
91
{
92
if (type == typeof(byte))
93
- return ReadByte();
+ return ReadByteDirect();
94
if (type == typeof(sbyte))
95
return ReadSByte();
96
if (type == typeof(ushort))
0 commit comments