FIX: compilation

This commit is contained in:
Kolyah35
2026-05-02 21:31:48 +03:00
parent de72a9a3b7
commit 3e48c7fabd
8 changed files with 33 additions and 23 deletions

View File

@@ -106,7 +106,7 @@ private:
void recalcHeight(int x, int yStart, int z);
public:
static bool touchedSky;
const int ChunkBlockCount = LevelConstants::CHUNK_BLOCK_COUNT;
static const int ChunkBlockCount;
const int ChunkSize = ChunkBlockCount;
static const int UpdateMapBitShift = 4; // power of (LevelConstants::LEVEL_HEIGHT / 8) == 16