From 1823bac0ad0043f302eaaf273edce6acca536d6b Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 3 May 2007 22:18:36 +0000 Subject: [PATCH] visible, not alpha --- stepmania/src/MusicWheelItem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/MusicWheelItem.cpp b/stepmania/src/MusicWheelItem.cpp index 56be8b29e1..0f02d31498 100644 --- a/stepmania/src/MusicWheelItem.cpp +++ b/stepmania/src/MusicWheelItem.cpp @@ -292,7 +292,7 @@ void MusicWheelItem::RefreshGrades() { if( data->m_pSong == NULL ) { - m_pGradeDisplay[p]->SetDiffuse( RageColor(1,1,1,0) ); + m_pGradeDisplay[p]->SetVisible( false ); continue; }