diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-19 00:19:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-19 00:19:14 +0200 |
commit | d2f38dbb28053e47cd6a0f8b368ade5c19d5ca70 (patch) | |
tree | 2df449ec4f586fba91fdab0dd75cfa8c55ee170c /main/main.cpp | |
parent | 57bd26082b5e006568672bc5a22c32a14e938687 (diff) | |
parent | c478f2cb1a384d67740637532fefb78553c25032 (diff) |
Merge pull request #29470 from KoBeWi/_
Add a separator in debug output for readability
Diffstat (limited to 'main/main.cpp')
-rw-r--r-- | main/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/main/main.cpp b/main/main.cpp index 61f54b1b0a..c51ffd9124 100644 --- a/main/main.cpp +++ b/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); } |