mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 00:19:57 +00:00
Implement UnhandledExceptionFilter and revert "set intro scene background to white"
Also use g_iScreenWidth and g_iScreenHeight in RMLManager
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user