FIX: crash while joining to large world server

This commit is contained in:
2026-07-02 16:32:17 +03:00
parent b73f7f121d
commit 3ebed84cdb
4 changed files with 4 additions and 3 deletions

View File

@@ -1137,6 +1137,7 @@ bool Minecraft::supportNonTouchScreen() {
}
void Minecraft::init()
{
LevelChunk::ChunkBlockCount = LevelConstants::CHUNK_BLOCK_COUNT;
#ifndef STANDALONE_SERVER
checkGlError("Init enter");