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
1 changed files with 1 additions and 0 deletions

View File

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