mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
fix: Platform window not being updated when recovering from a crash
This commit is contained in:
@@ -158,6 +158,7 @@ namespace hex {
|
||||
} catch (...) {
|
||||
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
|
||||
ImGui::EndFrame();
|
||||
ImGui::UpdatePlatformWindows();
|
||||
handleException();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user