Fix becoming deaf after returning to the title (again)

This commit is contained in:
Kae 2023-06-28 20:33:22 +10:00
parent 322ee3a187
commit d8e2d45b7a

View File

@ -402,7 +402,6 @@ 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();