builds godot
Diffstat (limited to 'patches/no-arg-handling.patch')
| -rw-r--r-- | patches/no-arg-handling.patch | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/patches/no-arg-handling.patch b/patches/no-arg-handling.patch index f82a21e..783b043 100644 --- a/patches/no-arg-handling.patch +++ b/patches/no-arg-handling.patch @@ -1,5 +1,5 @@ diff --git a/main/main.cpp b/main/main.cpp -index 37ef433..c5b8363 100644 +index 37ef4332..f4baf553 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -128,7 +128,9 @@ static int audio_driver_idx = -1; @@ -138,3 +138,12 @@ index 37ef433..c5b8363 100644 if (performance) { memdelete(performance); +@@ -1338,7 +1333,7 @@ error: + + Error Main::setup2(Thread::ID p_main_tid_override) { + // Print engine name and version +- print_line(String(VERSION_NAME) + " v" + get_full_version_string() + " - " + String(VERSION_WEBSITE)); ++ print_line("v" + get_full_version_string()); + + #if !defined(NO_THREADS) + if (p_main_tid_override) { |