Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
850
void ClientApplication::updateError(float) {
851
if (m_errorScreen->accepted())
852
changeState(MainAppState::Title);
853
}
854
855
void ClientApplication::updateTitle(float dt) {
856
m_cinematicOverlay->update(dt);
Callers
nothing calls this directly
Calls
1
accepted
Method · 0.80
Tested by
no test coverage detected