MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / updateModsWarning

Method updateModsWarning

source/client/StarClientApplication.cpp:839–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

837}
838
839void ClientApplication::updateModsWarning(float) {
840 if (m_errorScreen->accepted())
841 changeState(MainAppState::Splash);
842}
843
844void ClientApplication::updateSplash(float dt) {
845 m_cinematicOverlay->update(dt);

Callers

nothing calls this directly

Calls 1

acceptedMethod · 0.80

Tested by

no test coverage detected