diff options
author | Bottinator22 <59987380+Bottinator22@users.noreply.github.com> | 2024-12-18 22:41:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 22:41:05 -0800 |
commit | 1f5606b4d5f876774cb24a083361dd497c0d2cbb (patch) | |
tree | 2f34724b501e2bdcfe506b226187ce5cea53b280 /source/client/StarClientApplication.cpp | |
parent | 20f0efdcb8af2d7ea2684762e695f460c5d75f34 (diff) |
Update StarClientApplication.cpp
Diffstat (limited to 'source/client/StarClientApplication.cpp')
-rw-r--r-- | source/client/StarClientApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index 81b217f..09ebf0c 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -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); } |