Fixed random crashing issue

This commit is contained in:
2026-01-02 03:42:43 -05:00
parent 95b441c4cf
commit a8143b6d0c
7 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -466,7 +466,7 @@ namespace anm2ed::imgui
ImGui::EndPopup();
}
ImGui::End();
}
ImGui::End();
}
}