feat: make debug ui toggle-able

This commit is contained in:
2026-08-12 01:35:25 +02:00
parent c3c1d5ae28
commit 405ef0baeb
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -192,6 +192,7 @@ void App::run()
customUpdate(dt);
}
if (m_params.showDebugUi)
{
ZoneScopedN("Debug ImGui");
SceneManager::GetInstance().RenderImgui();