Skip to content

Commit

Permalink
Fix Andorid disabling splash screen Show Image
Browse files Browse the repository at this point in the history
  • Loading branch information
scgm0 committed Nov 6, 2023
1 parent 1014473 commit 7488b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platform/android/export/export_plugin.cpp
Expand Up @@ -1546,7 +1546,7 @@ String EditorExportPlatformAndroid::load_splash_refs(Ref<Image> &splash_image, R
String project_splash_path = GLOBAL_GET("application/boot_splash/image");

// Setup the splash bg color
bool bg_color_valid;
bool bg_color_valid = false;
Color bg_color = ProjectSettings::get_singleton()->get("application/boot_splash/bg_color", &bg_color_valid);
if (!bg_color_valid) {
bg_color = boot_splash_bg_color;
Expand Down

0 comments on commit 7488b4e

Please sign in to comment.