mirror of
https://github.com/GabsPuNs/Project-Zenith-Main.git
synced 2026-07-11 04:08:46 +00:00
Revert some changes.
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user