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 2d2ef26 commit 7a41865Copy full SHA for 7a41865
MLAPI/NetworkingManagerComponents/Binary/BitStream.cs
@@ -80,7 +80,7 @@ public BitStream(byte[] target)
80
/// <summary>
81
/// Whether or not data can be read from the stream.
82
/// </summary>
83
- public override bool CanRead => Position < target.LongLength;
+ public override bool CanRead => Position < Length;
84
85
86
/// Whether or not seeking is supported by this stream. (Always true)
0 commit comments