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();