visible, not alpha

This commit is contained in:
Glenn Maynard
2007-05-03 22:18:36 +00:00
parent f7b64b7de2
commit 1823bac0ad
+1 -1
View File
@@ -292,7 +292,7 @@ void MusicWheelItem::RefreshGrades()
{ {
if( data->m_pSong == NULL ) if( data->m_pSong == NULL )
{ {
m_pGradeDisplay[p]->SetDiffuse( RageColor(1,1,1,0) ); m_pGradeDisplay[p]->SetVisible( false );
continue; continue;
} }