Skip to content

Commit 51f6b21

Browse files
Fixed readonly
1 parent 033b4bb commit 51f6b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MLAPI/NetworkingManagerComponents/Binary/BitStream.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace MLAPI.NetworkingManagerComponents.Binary
1111
public sealed class BitStream : Stream
1212
{
1313
const int initialCapacity = 16;
14-
private readonly byte[] target;
14+
private byte[] target;
1515

1616
/// <summary>
1717
/// A stream that supports writing data smaller than a single byte. This stream also has a built-in compression algorithm that can (optionally) be used to write compressed data.

0 commit comments

Comments
 (0)