From b0d3133983ceb6806c299385bed69af583136fc3 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Tue, 24 Jan 2023 18:18:51 +0100 Subject: [PATCH] The splash screen is now rendered much earlier during the application startup. --- es-app/src/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/es-app/src/main.cpp b/es-app/src/main.cpp index b0df80e3e..79d627fe0 100644 --- a/es-app/src/main.cpp +++ b/es-app/src/main.cpp @@ -681,6 +681,7 @@ int main(int argc, char* argv[]) } window->pushGui(ViewController::getInstance()); + window->renderSplashScreen(Window::SplashScreenState::SCANNING, 0.0f); InputManager::getInstance().parseEvent(event); if (event.type == SDL_QUIT)