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 );
|
SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
||||||
break;
|
break;
|
||||||
case SORT_GROUP:
|
case SORT_GROUP:
|
||||||
/* Maybe this should sort by title once we have PREFERRED implemented. */
|
SortSongPointerArrayByGroupAndTitle( arraySongs );
|
||||||
SortSongPointerArrayByGroupAndDifficulty( arraySongs );
|
|
||||||
// SortSongPointerArrayByGroupAndTitle( arraySongs );
|
|
||||||
break;
|
break;
|
||||||
case SORT_TITLE:
|
case SORT_TITLE:
|
||||||
SortSongPointerArrayByTitle( arraySongs );
|
SortSongPointerArrayByTitle( arraySongs );
|
||||||
|
|||||||
Reference in New Issue
Block a user