diff --git a/stepmania/src/MusicWheel.cpp b/stepmania/src/MusicWheel.cpp index 350353bf4b..ce186a1e85 100644 --- a/stepmania/src/MusicWheel.cpp +++ b/stepmania/src/MusicWheel.cpp @@ -370,9 +370,7 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelItemDatas SortSongPointerArrayByGroupAndDifficulty( arraySongs ); break; case SORT_GROUP: - /* Maybe this should sort by title once we have PREFERRED implemented. */ - SortSongPointerArrayByGroupAndDifficulty( arraySongs ); - // SortSongPointerArrayByGroupAndTitle( arraySongs ); + SortSongPointerArrayByGroupAndTitle( arraySongs ); break; case SORT_TITLE: SortSongPointerArrayByTitle( arraySongs );