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
@@ -518,7 +518,6 @@ namespace anm2ed::imgui
ImGui::EndPopup();
}
ImGui::End();
if (!document.isSpritesheetEditorSet)
{
@@ -532,5 +531,6 @@ namespace anm2ed::imgui
settings.editorSize = size;
settings.editorStartZoom = zoom;
ImGui::End();
}
}