This commit is contained in:
Kae 2023-06-28 20:35:56 +10:00
commit 4f586418d1

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();