From f6b46e9f6335840efe33a4896a277e27e6787f55 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 5 Apr 2021 15:41:57 +0200 Subject: [PATCH] - added a few missing init calls. --- source/core/gamecontrol.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/core/gamecontrol.cpp b/source/core/gamecontrol.cpp index 2337f10e3..6bf494e9f 100644 --- a/source/core/gamecontrol.cpp +++ b/source/core/gamecontrol.cpp @@ -944,6 +944,11 @@ int RunGame() PostLoadSetup(); lookups.postLoadLookups(); V_Init2(); + twod->Begin(screen->GetWidth(), screen->GetHeight()); + twod->End(); + UpdateJoystickMenu(NULL); + UpdateVRModes(); + setVideoMode(); LoadVoxelModels();