Fix Commit "Implement LCERenewed Changes"

This fixes commit cf0472117c.
This commit is contained in:
piebot
2026-03-26 17:57:03 +03:00
parent cf0472117c
commit d73ae8fd5c
11 changed files with 33 additions and 96 deletions
+1 -1
View File
@@ -828,7 +828,7 @@ int LevelRenderer::renderChunks(int from, int to, int layer, double alpha)
if( ( globalChunkFlags[pClipChunk->globalIdx] & emptyFlag ) == emptyFlag ) continue; // Check that this particular layer isn't empty
// List can be calculated directly from the chunk's global idex
int list = pClipChunk->globalIdx * 3 + layer;
int list = pClipChunk->globalIdx * 2 + layer;
list += chunkLists;
if(RenderManager.CBuffCall(list, first))