Merge pull request #2899 from godotengine/pr-typo-boot-splash

Fix typo, missing quote
This commit is contained in:
Rémi Verschelde 2015-11-24 10:14:38 +01:00
commit 2ea992b788

View File

@ -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!");