fix: Window close event handlers not getting called correctly

This commit is contained in:
WerWolv
2025-07-25 10:52:11 +02:00
parent 574c039cc8
commit 820b833bbc

View File

@@ -40,9 +40,9 @@
{
Window window;
window.loop();
deinitializeImHex();
}
deinitializeImHex();
} while (shouldRestart);
return EXIT_SUCCESS;