put the group sort back to group and title
This commit is contained in:
@@ -370,9 +370,7 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &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 );
|
||||
|
||||
Reference in New Issue
Block a user