Update StarClientApplication.cpp
This commit is contained in:
parent
20f0efdcb8
commit
1f5606b4d5
@ -611,7 +611,7 @@ void ClientApplication::changeState(MainAppState newState) {
|
||||
};
|
||||
|
||||
m_mainMixer->setUniverseClient(m_universeClient);
|
||||
m_titleScreen = make_shared<TitleScreen>(m_playerStorage, m_mainMixer->mixer());
|
||||
m_titleScreen = make_shared<TitleScreen>(m_playerStorage, m_mainMixer->mixer(), m_universeClient);
|
||||
if (auto renderer = Application::renderer())
|
||||
m_titleScreen->renderInit(renderer);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user