1
0
mirror of synced 2024-11-28 01:20:51 +01:00

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

View File

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