소스 검색

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

Fix typo, missing quote
Rémi Verschelde 9 년 전
부모
커밋
2ea992b788
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      main/main.cpp

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