Merge more changes

This commit is contained in:
GabsPuNs
2026-05-11 00:10:52 -04:00
parent 6b1e4d9b86
commit 6829fc2e4a
12 changed files with 253 additions and 46 deletions

View File

@@ -443,7 +443,7 @@ void LevelRenderer::allChanged(int playerIndex)
lastPlayerCount[playerIndex] = activePlayers();
xChunks = dist;
yChunks = Level::maxBuildHeight / CHUNK_SIZE;
yChunks = CHUNK_Y_COUNT;
zChunks = dist;
if( chunks[playerIndex].data != nullptr )