Skip to content

Commit

Permalink
Add a separator in debug output for readability
Browse files Browse the repository at this point in the history
  • Loading branch information
KoBeWi committed Jun 4, 2019
1 parent 328805a commit c478f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c478f2c

Please sign in to comment.