From 0a0c856a64c110dd203203a9058ebf69ffae8070 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Tue, 19 Jan 2021 21:10:45 +0100 Subject: [PATCH] Add more splash screen quotes --- Source/Editor/Windows/SplashScreen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Source/Editor/Windows/SplashScreen.cpp b/Source/Editor/Windows/SplashScreen.cpp index 1e4ff0af0..b05c73761 100644 --- a/Source/Editor/Windows/SplashScreen.cpp +++ b/Source/Editor/Windows/SplashScreen.cpp @@ -113,6 +113,8 @@ const Char* SplashScreenQuotes[] = TEXT("Ladies and gentelman, we got him"), TEXT("Cyberpunk of game engines"), TEXT("That's what she said"), + TEXT("Compiling Shaders (93,788)"), + TEXT("Hi There"), }; SplashScreen::~SplashScreen()