mirror of https://github.com/WerWolv/ImHex.git
fix: Crash when recovering from a thrown exception in the main thread
This commit is contained in:
parent
8059f22a32
commit
91dcfefc5c
|
@ -152,6 +152,7 @@ namespace hex {
|
|||
this->frameEnd();
|
||||
} catch (...) {
|
||||
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
|
||||
ImGui::EndFrame();
|
||||
handleException();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue