For now, sort the group sort by difficulty. As is, the difficulty sort was
missing.
This commit is contained in:
@@ -370,7 +370,9 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
|
||||
SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
||||
break;
|
||||
case SORT_GROUP:
|
||||
SortSongPointerArrayByGroupAndTitle( arraySongs );
|
||||
/* Maybe this should sort by title once we have PREFERRED implemented. */
|
||||
SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
||||
// SortSongPointerArrayByGroupAndTitle( arraySongs );
|
||||
break;
|
||||
case SORT_TITLE:
|
||||
SortSongPointerArrayByTitle( arraySongs );
|
||||
|
||||
Reference in New Issue
Block a user