Revert some changes.

This commit is contained in:
GabsPuNs
2026-06-20 17:02:11 -04:00
parent 9b3e7b7e2b
commit 894eec412f
5 changed files with 24 additions and 26 deletions

View File

@@ -61,10 +61,6 @@ void ConsoleUIController::init(ID3D11Device *dev, ID3D11DeviceContext *ctx, ID3D
// Shared init
postInit();
// Initialise RmlUi (menus)
if (!RmlManager::Get().Init())
app.DebugPrintf("ConsoleUIController::init - RmlManager::Init failed\n");
#endif
}
@@ -88,9 +84,6 @@ void ConsoleUIController::render()
renderScenes();
// Render RmlUi menus on top of the Iggy scenes
RmlManager::Get().Render();
/* Finally we're ready to display the frame. We call GDraw to
let it know we're done rendering, so it can do any finalization
it needs to do. */