mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 06:03:09 +00:00
Merge pull request #95656 from anvilfolk/gdscript-docs-quit
Fix Godot not quitting with `--doctool --gdscript-docs`.
This commit is contained in:
commit
1bd740d18d
@ -1511,6 +1511,9 @@ Error Main::setup(const char *execpath, int argc, char *argv[], bool p_second_ph
|
||||
main_args.push_back(arg);
|
||||
main_args.push_back(N->get());
|
||||
N = N->next();
|
||||
// GDScript docgen requires Autoloads, but loading those also creates a main loop.
|
||||
// This forces main loop to quit without adding more GDScript-specific exceptions to setup.
|
||||
quit_after = 1;
|
||||
} else {
|
||||
OS::get_singleton()->print("Missing relative or absolute path to project for --gdscript-docs, aborting.\n");
|
||||
goto error;
|
||||
|
Loading…
Reference in New Issue
Block a user