diff options
| author | Rémi Verschelde | 2015-11-24 10:14:38 +0100 |
|---|---|---|
| committer | Rémi Verschelde | 2015-11-24 10:14:38 +0100 |
| commit | 2ea992b7881a350ebae7df45c8069830e2ef6cc2 (patch) | |
| tree | b73c602ec914c8ddd5c0aba12c9ad4aad954ac64 | |
| parent | 0442ce2e2ecd6084a17a06498d264c2fe452d018 (diff) | |
| parent | b01546f91c498bb230c267a2f21654d7b3565d1a (diff) | |
| download | godot-2ea992b7881a350ebae7df45c8069830e2ef6cc2.tar.gz godot-2ea992b7881a350ebae7df45c8069830e2ef6cc2.tar.zst godot-2ea992b7881a350ebae7df45c8069830e2ef6cc2.zip | |
| -rw-r--r-- | main/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp index 9f551d62b..9a9a2d4e4 100644 --- a/main/main.cpp +++ b/main/main.cpp @@ -879,7 +879,7 @@ Error Main::setup2() { print_line("Boot splash path: "+boot_logo_path); Error err = boot_logo.load(boot_logo_path); if (err!=OK) { - print_line("Error loading boot logo splash!); + print_line("Error loading boot logo splash!"); } else { print_line("Boot splash OK!"); |
