diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:33:22 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:35:53 +1000 |
commit | aa8832eb23936e59d92b1816187ad7d2dbb88c86 (patch) | |
tree | 6623e77b096452ed39b2845b9dd94c4c73e038f7 /source/client/StarClientApplication.cpp | |
parent | 322ee3a187b8e71a2d322a3ed1a7e18abfed1c16 (diff) |
Fix becoming deaf after returning to the title (again)
Diffstat (limited to 'source/client/StarClientApplication.cpp')
-rw-r--r-- | source/client/StarClientApplication.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index 3c2cc80..304fe61 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -464,6 +464,7 @@ void ClientApplication::changeState(MainAppState newState) { } } + m_mainMixer->setUniverseClient(m_universeClient); m_universeClient->setMainPlayer(m_player); m_cinematicOverlay->setPlayer(m_player); |