format more things i missed

This commit is contained in:
Tropical
2026-03-30 02:19:38 -05:00
parent c9b90cae2c
commit 826862e79e
10 changed files with 76 additions and 68 deletions

View File

@@ -157,7 +157,7 @@ LevelRenderer::LevelRenderer(Minecraft* mc, Textures* textures) {
emptyChunks = 0;
for (int i = 0; i < 4; i++) {
// sortedChunks[i] = nullptr; // 4J - removed - not
//sorting
// sorting
// our chunks anymore
chunks[i] = ClipChunkArray();
lastPlayerCount[i] = 0;