Skip to content

Commit

Permalink
til death song search nonreset test 2 why isnt it working
Browse files Browse the repository at this point in the history
  • Loading branch information
velaachlorine committed Dec 26, 2024
1 parent c8ab35a commit df5c08d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Actor/Menus/MusicWheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ MusicWheel::ReloadSongList(bool searching, const std::string& findme)
RebuildWheelItems();
SelectSection(m_sExpandedSectionName);
SetOpenSection(m_sExpandedSectionName);
ChangeMusic(1);
SelectSongOrCourse();
SCREENMAN->PostMessageToTopScreen(SM_SongChanged, 0.35F);
return;
}
Expand Down

0 comments on commit df5c08d

Please sign in to comment.