add [MusicWheel] RecentSongsToShow metric
-------- cleanup small amount of work on guitar-five (still incomplete) add more commented out stuff for replay data playback debug trace combo in order to find out issues with smo-ssc added old packet names as comments in NetworkSyncManager.h
This commit is contained in:
@@ -158,7 +158,7 @@ void MusicWheelItem::LoadFromWheelItemData( const WheelItemBaseData *pData, int
|
||||
WheelItemBase::LoadFromWheelItemData( pData, iIndex, bHasFocus, iDrawIndex );
|
||||
|
||||
const MusicWheelItemData *pWID = dynamic_cast<const MusicWheelItemData*>( pData );
|
||||
|
||||
|
||||
// hide all
|
||||
FOREACH_ENUM( MusicWheelItemType, i )
|
||||
{
|
||||
@@ -186,7 +186,7 @@ void MusicWheelItem::LoadFromWheelItemData( const WheelItemBaseData *pData, int
|
||||
type = MusicWheelItemType_Song;
|
||||
|
||||
m_TextBanner.SetFromSong( pWID->m_pSong );
|
||||
// We can do this manually..
|
||||
// We can do this manually if we wanted... maybe have a metric for overrides? -aj
|
||||
m_TextBanner.SetDiffuse( pWID->m_color );
|
||||
m_TextBanner.SetVisible( true );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user