Remove ImGui metrics window from showing on startup
This commit is contained in:
parent
6b10ae96f8
commit
70c18ac169
1 changed files with 0 additions and 2 deletions
|
@ -262,8 +262,6 @@ void imgui_backend::begin_frame(const float delta_time) {
|
|||
dialog_function(save_dialog_data);
|
||||
ImGui::EndPopup();
|
||||
}
|
||||
|
||||
ImGui::ShowMetricsWindow();
|
||||
}
|
||||
|
||||
void imgui_backend::render() {
|
||||
|
|
Reference in a new issue