diff --git a/src/core/fullscreen_ui.cpp b/src/core/fullscreen_ui.cpp index 6c4923733..b787de170 100644 --- a/src/core/fullscreen_ui.cpp +++ b/src/core/fullscreen_ui.cpp @@ -251,7 +251,7 @@ static void UpdateTransitionState(); // Backgrounds ////////////////////////////////////////////////////////////////////////// -static constexpr const char* DEFAULT_BACKGROUND_NAME = "Default"; +static constexpr const char* DEFAULT_BACKGROUND_NAME = "StaticGray"; static bool HasBackground(); static void LoadBackground();