diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:36:42 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:36:42 +1000 |
commit | 0886098242be9e41f351519f8a5958995e8ed9ab (patch) | |
tree | 6623e77b096452ed39b2845b9dd94c4c73e038f7 | |
parent | 4f586418d18e4bda3627e3d1b414ba6969ca5831 (diff) |
holy shit I'm never using amend commit again
-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 3b14289..304fe61 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -402,6 +402,7 @@ void ClientApplication::changeState(MainAppState newState) { if (oldState > MainAppState::Title && m_state == MainAppState::Title) { m_titleScreen->resetState(); + m_mainMixer->setUniverseClient({}); } if (oldState >= MainAppState::Title && m_state < MainAppState::Title) { m_playerStorage.reset(); |