Add a separator in debug output for readability
This commit is contained in:
parent
328805ae31
commit
c478f2cb1a
1 changed files with 2 additions and 0 deletions
|
@ -1104,6 +1104,8 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
print_line(" "); //add a blank line for readability
|
||||||
|
|
||||||
if (init_use_custom_pos) {
|
if (init_use_custom_pos) {
|
||||||
OS::get_singleton()->set_window_position(init_custom_pos);
|
OS::get_singleton()->set_window_position(init_custom_pos);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue