Don't re-sort sections when sorting by length
Re-sorting causes oddities like https://github.com/Simply-Love/Simply-Love-SM5/issues/362
This commit is contained in:
@@ -685,6 +685,7 @@ void MusicWheel::BuildWheelItemDatas( vector<MusicWheelItemData *> &arrayWheelIt
|
||||
case SORT_PREFERRED:
|
||||
case SORT_TOP_GRADES:
|
||||
case SORT_BPM:
|
||||
case SORT_LENGTH:
|
||||
break; // don't sort by section
|
||||
default:
|
||||
SongUtil::SortSongPointerArrayBySectionName(arraySongs, so);
|
||||
|
||||
Reference in New Issue
Block a user