| 842 | } |
| 843 | |
| 844 | void ClientApplication::updateSplash(float dt) { |
| 845 | m_cinematicOverlay->update(dt); |
| 846 | if (!m_rootLoader.isRunning() && (m_cinematicOverlay->completable() || m_cinematicOverlay->completed())) |
| 847 | changeState(MainAppState::Title); |
| 848 | } |
| 849 | |
| 850 | void ClientApplication::updateError(float) { |
| 851 | if (m_errorScreen->accepted()) |
nothing calls this directly
no test coverage detected