The splash screen is now rendered much earlier during the application startup.

This commit is contained in:
Leon Styhre 2023-01-24 18:18:51 +01:00
parent 639fa51bc6
commit b0d3133983

View file

@ -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)