feat: Add "simple" inspector to the imgui panels
This commit is contained in:
@@ -194,6 +194,8 @@ void App::run()
|
||||
|
||||
{
|
||||
ZoneScopedN("Debug ImGui");
|
||||
SceneManager::GetInstance().RenderImgui();
|
||||
|
||||
ImGui::Begin("Debug");
|
||||
ImGui::Text("FPS: %.2f", avgFPS);
|
||||
ImGui::End();
|
||||
|
||||
Reference in New Issue
Block a user