Dentomologist f94e6cb73e PerformanceMetrics: Call ImGui::End() unconditionally
Move ImGui::End() calls out of if(ImGui::Begin()) blocks.

Quoting from ImGui::Begin's function comment in imgui.cpp:
"You always need to call ImGui::End() even if false is returned."

In practice this didn't cause problems because the windows don't have
title bars and thus can't be collapsed, and so the block containing
::End would always run, but let's do it the right way.
2025-02-02 14:14:56 -08:00
..
2024-12-15 19:54:16 -08:00
2022-06-30 15:26:48 -05:00
2024-07-06 16:56:44 -05:00
2024-01-31 12:54:07 +01:00
2024-08-20 14:59:54 +02:00
2023-02-09 18:36:20 +13:00
2024-08-15 14:20:16 -07:00
2021-12-10 14:49:57 -08:00
2021-12-10 14:49:57 -08:00