Add a bunch of missing imgui close buttons

This commit is contained in:
PJB3005
2026-03-23 13:46:46 +01:00
parent d5786356e2
commit ff7a80c7b4
6 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace dusk {
ImGui::SetNextWindowBgAlpha(0.65f);
ImGui::SetNextWindowSizeConstraints(ImVec2(850, 400), ImVec2(850, 400));
if (!ImGui::Begin("Controller Config", nullptr, windowFlags)) {
if (!ImGui::Begin("Controller Config", &m_showControllerConfig, windowFlags)) {
ImGui::End();
return;
}