make imgui optional-ish
This commit is contained in:
@@ -182,6 +182,8 @@ namespace Tools
|
||||
|
||||
void RenderDebugUI(Game::GameRendering& rendering)
|
||||
{
|
||||
if (!rendering.SetupData.UseImgui) return;
|
||||
|
||||
auto& time = Game::GetInstance().Time;
|
||||
auto& shared = Game::GetShared();
|
||||
auto& debug = Game::GetInstance().DebugData;
|
||||
|
||||
Reference in New Issue
Block a user