You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
-some changes by okam
This commit is contained in:
@@ -605,6 +605,9 @@ Error Main::setup(const char *execpath,int argc, char *argv[],bool p_second_phas
|
||||
if (bool(Globals::get_singleton()->get("application/disable_stdout"))) {
|
||||
quiet_stdout=true;
|
||||
}
|
||||
if (bool(Globals::get_singleton()->get("application/disable_stderr"))) {
|
||||
_print_error_enabled = false;
|
||||
};
|
||||
|
||||
if (quiet_stdout)
|
||||
_print_line_enabled=false;
|
||||
|
||||
Reference in New Issue
Block a user