Partial fix for music wheel woes.
This commit is contained in:
@@ -982,6 +982,13 @@ void MusicWheel::FilterWheelItemDatas(vector<MusicWheelItemData *> &aUnFilteredD
|
|||||||
aiRemove[i] = true;
|
aiRemove[i] = true;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if AutoSetStyle, make sure the song is playable in the end.
|
||||||
|
if (CommonMetrics::AUTO_SET_STYLE && !SongUtil::IsSongPlayable(pSong))
|
||||||
|
{
|
||||||
|
aiRemove[i] = true;
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if( WID.m_Type == WheelItemDataType_Course )
|
if( WID.m_Type == WheelItemDataType_Course )
|
||||||
|
|||||||
Reference in New Issue
Block a user