feat: make debug ui toggle-able
This commit is contained in:
@@ -192,6 +192,7 @@ void App::run()
|
||||
customUpdate(dt);
|
||||
}
|
||||
|
||||
if (m_params.showDebugUi)
|
||||
{
|
||||
ZoneScopedN("Debug ImGui");
|
||||
SceneManager::GetInstance().RenderImgui();
|
||||
|
||||
Reference in New Issue
Block a user