From fc8fd89ff9703c100db7572dc0c84adfa7c4db6c Mon Sep 17 00:00:00 2001 From: gusmccallum Date: Fri, 3 Dec 2021 21:46:16 -0500 Subject: [PATCH] Updated android launcher to remove confusing branding Signed-off-by: gusmccallum --- Code/LauncherUnified/Platform/Android/Launcher_Android.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/LauncherUnified/Platform/Android/Launcher_Android.cpp b/Code/LauncherUnified/Platform/Android/Launcher_Android.cpp index de548a49d7..0890b5a193 100644 --- a/Code/LauncherUnified/Platform/Android/Launcher_Android.cpp +++ b/Code/LauncherUnified/Platform/Android/Launcher_Android.cpp @@ -299,7 +299,7 @@ void android_main(android_app* appState) { // Adding a start up banner so you can see when the game is starting up in amongst the logcat spam LOGI("****************************************************************"); - LOGI("* Amazon Lumberyard - Launching Game... *"); + LOGI("* Launching Game... *"); LOGI("****************************************************************"); // setup the system command handler which are guaranteed to be called on the same