From c5f1cdc23d294f7a220950134bdb897c855c1501 Mon Sep 17 00:00:00 2001 From: xxSeys1 Date: Fri, 13 Sep 2024 23:35:25 +0200 Subject: [PATCH] add splash screen quote about docs Documentation is amazing. If ppl read it. --- 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 dfa1b4bf7..49257d281 100644 --- a/Source/Editor/Windows/SplashScreen.cpp +++ b/Source/Editor/Windows/SplashScreen.cpp @@ -135,6 +135,7 @@ const Char* SplashScreenQuotes[] = TEXT("Drum roll please"), TEXT("Good Luck Have Fun"), TEXT("GG Well Played"), + TEXT("Now with documentation."), }; SplashScreen::~SplashScreen()