summaryrefslogtreecommitdiff
path: root/main
diff options
context:
space:
mode:
authorFredia Huya-Kouadio <fhuya@meta.com>2022-12-16 10:49:28 -0800
committerFredia Huya-Kouadio <fhuya@meta.com>2022-12-16 10:49:28 -0800
commitda8b468074c640ac31d0fbb42d8ecde0f4391761 (patch)
treeed5fedb61af298eedeb82fd5b80ac4c691eb2910 /main
parent2e657e51f8818401f0a54a0df3d3e74446044b93 (diff)
Add boot splash for the Godot Android Editor
Diffstat (limited to 'main')
-rw-r--r--main/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.cpp b/main/main.cpp
index 1a005583af..7e1fd38e14 100644
--- a/main/main.cpp
+++ b/main/main.cpp
@@ -2121,7 +2121,7 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
MAIN_PRINT("Main: Setup Logo");
-#if defined(WEB_ENABLED) || defined(ANDROID_ENABLED)
+#if !defined(TOOLS_ENABLED) && (defined(WEB_ENABLED) || defined(ANDROID_ENABLED))
bool show_logo = false;
#else
bool show_logo = true;