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 0cb10fcc34
commit 296af748ee
1 changed files with 1 additions and 0 deletions

View File

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