You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Fix typo, missing quote
This commit is contained in:
@@ -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!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user