diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:35:56 +1000 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2023-06-28 20:35:56 +1000 |
commit | 4f586418d18e4bda3627e3d1b414ba6969ca5831 (patch) | |
tree | dec1bdd8732a78b1d002096945396b83dc6df06e /source/client/StarClientApplication.cpp | |
parent | aa8832eb23936e59d92b1816187ad7d2dbb88c86 (diff) | |
parent | d8e2d45b7aafaf9306a25afcbf064e97bf4ee324 (diff) |
Merge branch 'main' of https://github.com/OpenStarbound/OpenStarbound
Diffstat (limited to 'source/client/StarClientApplication.cpp')
-rw-r--r-- | source/client/StarClientApplication.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source/client/StarClientApplication.cpp b/source/client/StarClientApplication.cpp index 304fe61..3b14289 100644 --- a/source/client/StarClientApplication.cpp +++ b/source/client/StarClientApplication.cpp @@ -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(); |