summaryrefslogtreecommitdiffstats
path: root/main/main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-06-13 17:19:27 +0200
committerRémi Verschelde <rverschelde@gmail.com>2024-06-13 17:19:27 +0200
commitde8a05f4470a506066e9fe1530fa40a9407a5709 (patch)
tree6a0edfd538b451cd965c2cc1709a9132ba3a5930 /main/main.cpp
parente988c1a682c9c9eb6407dc59bf6b52bd8f09277a (diff)
parentf20e21a6d6b91fee2106be2fea5f794cfed7578f (diff)
downloadredot-engine-de8a05f4470a506066e9fe1530fa40a9407a5709.tar.gz
Merge pull request #92965 from m4gr3d/fix_splash_screen
Update the Android splash screen logic
Diffstat (limited to 'main/main.cpp')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 44201522af..1cbd732747 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -2896,7 +2896,7 @@ Error Main::setup2() {
MAIN_PRINT("Main: Setup Logo");
-#if !defined(TOOLS_ENABLED) && (defined(WEB_ENABLED) || defined(ANDROID_ENABLED))
+#if !defined(TOOLS_ENABLED) && defined(WEB_ENABLED)
bool show_logo = false;
#else
bool show_logo = true;