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
Block a user