add Color param to SetMessage.
This commit is contained in:
@@ -269,6 +269,7 @@ void MusicWheelItem::LoadFromWheelItemData( const WheelItemBaseData *pData, int
|
|||||||
msg.SetParam( "SongGroup", pWID->m_sText );
|
msg.SetParam( "SongGroup", pWID->m_sText );
|
||||||
msg.SetParam( "DrawIndex", iDrawIndex );
|
msg.SetParam( "DrawIndex", iDrawIndex );
|
||||||
msg.SetParam( "Type", MusicWheelItemTypeToString(type) );
|
msg.SetParam( "Type", MusicWheelItemTypeToString(type) );
|
||||||
|
msg.SetParam( "Color", pWID->m_color );
|
||||||
|
|
||||||
this->HandleMessage( msg );
|
this->HandleMessage( msg );
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user