Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
LocalDebugger: Disable scripting when quitting
Quitting the main loop will make it stop iterating, but that won't make the script engine stop running. In the worst case, the script can complete if it's outside of the event loop and the process may exit with the wrong status code. Fixes: godotengine#51387
- Loading branch information