Archived
1
Fork 0

Remove ImGui metrics window from showing on startup

This commit is contained in:
Joshua Goins 2022-02-08 08:21:35 -05:00
parent 6b10ae96f8
commit 70c18ac169

View file

@ -262,8 +262,6 @@ void imgui_backend::begin_frame(const float delta_time) {
dialog_function(save_dialog_data); dialog_function(save_dialog_data);
ImGui::EndPopup(); ImGui::EndPopup();
} }
ImGui::ShowMetricsWindow();
} }
void imgui_backend::render() { void imgui_backend::render() {