From fb8193041a0e3609d674a11a3d59e7db447a8173 Mon Sep 17 00:00:00 2001 From: Trial97 Date: Fri, 16 Jan 2026 00:18:08 +0200 Subject: [PATCH] initilize world size Signed-off-by: Trial97 (cherry picked from commit 09f548f688c1f1183ac89ba9104024a5a6ae046e) --- launcher/minecraft/World.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/minecraft/World.h b/launcher/minecraft/World.h index cca931826..bb4baa33d 100644 --- a/launcher/minecraft/World.h +++ b/launcher/minecraft/World.h @@ -87,7 +87,7 @@ class World { QString m_iconFile; QDateTime m_levelDatTime; QDateTime m_lastPlayed; - int64_t m_size; + int64_t m_size = 0; int64_t m_randomSeed = 0; GameType m_gameType; bool m_isValid = false;