Browse Source

Merge pull request #29470 from KoBeWi/_

Add a separator in debug output for readability
Rémi Verschelde 6 years ago
parent
commit
d2f38dbb28
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/main.cpp

+ 2 - 0
main/main.cpp

@@ -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);
 	}