Skip to content

Commit

Permalink
Also reset Filters in legacy Multi SSM Selection
Browse files Browse the repository at this point in the history
just in case, really
  • Loading branch information
poco0317 committed May 25, 2019
1 parent 17dcfbc commit f19b168
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Etterna/Screen/Network/ScreenNetSelectMusic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,8 @@ ScreenNetSelectMusic::HandleScreenMessage(const ScreenMessage SM)
NSMAN->steps->GetDifficulty());
}
if (!m_MusicWheel.SelectSong(NSMAN->song)) {
FILTERMAN->filteringCommonPacks = false;
FILTERMAN->ResetSSFilters();
m_MusicWheel.ChangeSort(SORT_GROUP);
m_MusicWheel.FinishTweening();
m_MusicWheel.ReloadSongList(false, "");
Expand Down

0 comments on commit f19b168

Please sign in to comment.