1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #29470 from KoBeWi/_

Add a separator in debug output for readability
This commit is contained in:
Rémi Verschelde
2019-06-19 00:19:14 +02:00
committed by GitHub

View File

@@ -1104,6 +1104,8 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
return err;
}
print_line(" "); //add a blank line for readability
if (init_use_custom_pos) {
OS::get_singleton()->set_window_position(init_custom_pos);
}