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
@@ -237,4 +237,4 @@ namespace anm2ed::imgui
if (shortcut(manager.chords[SHORTCUT_SAVE_AS], shortcut::GLOBAL)) dialog.file_save(Dialog::ANM2_SAVE);
if (shortcut(manager.chords[SHORTCUT_EXIT], shortcut::GLOBAL)) isQuitting = true;
}
}
}