feat: Add "simple" inspector to the imgui panels

This commit is contained in:
2026-08-12 00:59:04 +02:00
parent 662940793e
commit 8c7302de49
26 changed files with 649 additions and 19 deletions
+2
View File
@@ -194,6 +194,8 @@ void App::run()
{
ZoneScopedN("Debug ImGui");
SceneManager::GetInstance().RenderImgui();
ImGui::Begin("Debug");
ImGui::Text("FPS: %.2f", avgFPS);
ImGui::End();