ImGui debugger: assorted work

This commit is contained in:
Henrik Rydgård
2024-11-07 11:10:16 +01:00
parent 84a0293e54
commit 9c92978fcc
7 changed files with 93 additions and 71 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ void MainThreadFunc() {
}
}
} else {
while (GetUIState() != UISTATE_EXIT) {
while (GetUIState() != UISTATE_EXIT) { // && GetUIState() != UISTATE_EXCEPTION
// We're here again, so the game quit. Restart Core_Run() which controls the UI.
// This way they can load a new game.
if (!Core_IsActive())