Implement UnhandledExceptionFilter and revert "set intro scene background to white"

Also use g_iScreenWidth and g_iScreenHeight in RMLManager
This commit is contained in:
GabsPuNs
2026-06-20 15:35:42 -04:00
parent 82d80943b7
commit d3af93969a
11 changed files with 96 additions and 91 deletions

View File

@@ -63,7 +63,7 @@ void ConsoleUIController::init(ID3D11Device *dev, ID3D11DeviceContext *ctx, ID3D
postInit();
// Initialise RmlUi (menus)
if (!RmlManager::Get().Init(w, h))
if (!RmlManager::Get().Init())
app.DebugPrintf("ConsoleUIController::init - RmlManager::Init failed\n");
#endif
}