mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Crash when recovering from a thrown exception in the main thread
This commit is contained in:
@@ -152,6 +152,7 @@ namespace hex {
|
||||
this->frameEnd();
|
||||
} catch (...) {
|
||||
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
|
||||
ImGui::EndFrame();
|
||||
handleException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user