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

Method updateError

source/client/StarClientApplication.cpp:850–853  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void ClientApplication::updateError(float) {
851 if (m_errorScreen->accepted())
852 changeState(MainAppState::Title);
853}
854
855void ClientApplication::updateTitle(float dt) {
856 m_cinematicOverlay->update(dt);

Callers

nothing calls this directly

Calls 1

acceptedMethod · 0.80

Tested by

no test coverage detected