overwritten immediately
This commit is contained in:
@@ -419,7 +419,6 @@ void MusicWheel::BuildWheelItemDatas( vector<WheelItemData> &arrayWheelItemDatas
|
||||
for( unsigned i=0; i<vsNames.size(); ++i )
|
||||
{
|
||||
WheelItemData wid( TYPE_SORT, NULL, "", NULL, SORT_MENU_COLOR );
|
||||
wid.m_sLabel = vsNames[i];
|
||||
wid.m_Action.Load( i, ParseCommands(CHOICE.GetValue(vsNames[i])) );
|
||||
wid.m_sLabel = wid.m_Action.m_sName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user