From 4c673bec9b9a93d1cd8063c1cb6e7e7a11f65142 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 10 Feb 2021 22:59:40 +0100 Subject: [PATCH] Add` BAGUETTE` --- Source/Editor/Windows/SplashScreen.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Editor/Windows/SplashScreen.cpp b/Source/Editor/Windows/SplashScreen.cpp index b05c73761..bc92a8d2a 100644 --- a/Source/Editor/Windows/SplashScreen.cpp +++ b/Source/Editor/Windows/SplashScreen.cpp @@ -115,6 +115,7 @@ const Char* SplashScreenQuotes[] = TEXT("That's what she said"), TEXT("Compiling Shaders (93,788)"), TEXT("Hi There"), + TEXT("BAGUETTE"), }; SplashScreen::~SplashScreen()