holy shit I'm never using amend commit again

This commit is contained in:
Kae 2023-06-28 20:36:42 +10:00
parent 4f586418d1
commit 0886098242

View File

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