Windows: Fix a hang during shutdown, could leave behind a running process.

This commit is contained in:
Henrik Rydgård
2025-07-09 12:13:18 +02:00
parent 5a300120ab
commit 5e55090e67
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -298,7 +298,6 @@ void MainThreadFunc() {
Core_StateProcessed();
NativeFrame(graphicsContext);
}
Core_WaitInactive();
g_inLoop = false;