mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
fix: Window close event handlers not getting called correctly
This commit is contained in:
@@ -40,9 +40,9 @@
|
||||
{
|
||||
Window window;
|
||||
window.loop();
|
||||
|
||||
deinitializeImHex();
|
||||
}
|
||||
|
||||
deinitializeImHex();
|
||||
} while (shouldRestart);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user