fix: Platform window not being updated when recovering from a crash

This commit is contained in:
WerWolv
2024-03-01 20:55:03 +01:00
parent 6d548180bb
commit 7efdaa73f1

View File

@@ -158,6 +158,7 @@ namespace hex {
} catch (...) {
ImGui::ErrorCheckEndFrameRecover(errorRecoverLogCallback, nullptr);
ImGui::EndFrame();
ImGui::UpdatePlatformWindows();
handleException();
}
}