Skip to content

Commit

Permalink
Merge pull request #29470 from KoBeWi/_
Browse files Browse the repository at this point in the history
Add a separator in debug output for readability
  • Loading branch information
akien-mga authored Jun 18, 2019
2 parents 57bd260 + c478f2c commit d2f38db
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 d2f38db

Please sign in to comment.