1
0
mirror of synced 2024-11-12 02:00:52 +01:00

fix: Crash when recovering from a thrown exception in the main thread

This commit is contained in:
WerWolv 2024-02-23 17:48:23 +01:00
parent 8059f22a32
commit 91dcfefc5c

View File

@ -152,6 +152,7 @@ namespace hex {
this->frameEnd();
} catch (...) {
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
ImGui::EndFrame();
handleException();
}
}