From 1f5606b4d5f876774cb24a083361dd497c0d2cbb Mon Sep 17 00:00:00 2001 From: Bottinator22 <59987380+Bottinator22@users.noreply.github.com> Date: Wed, 18 Dec 2024 22:41:05 -0800 Subject: [PATCH] Update StarClientApplication.cpp --- source/client/StarClientApplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(m_playerStorage, m_mainMixer->mixer()); + m_titleScreen = make_shared(m_playerStorage, m_mainMixer->mixer(), m_universeClient); if (auto renderer = Application::renderer()) m_titleScreen->renderInit(renderer); }