mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Stickers: oops...
This commit is contained in:
parent
a17ad66bdd
commit
96369f5659
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public static partial class ModNetwork
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
_textureChunkBuffers[sender] = new byte[Mathf.Clamp(chunkCount * ChunkSize, 0, MaxTextureSize)];
|
_textureChunkBuffers[sender] = new byte[Mathf.Clamp(chunkCount * ChunkSize, 0, MaxChunkCount)];
|
||||||
_receivedChunkCounts[sender] = 0;
|
_receivedChunkCounts[sender] = 0;
|
||||||
_expectedChunkCounts[sender] = chunkCount;
|
_expectedChunkCounts[sender] = chunkCount;
|
||||||
_textureMetadata[sender] = (stickerSlot, textureHash, width, height);
|
_textureMetadata[sender] = (stickerSlot, textureHash, width, height);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue