don't mess with alpha

This commit is contained in:
Glenn Maynard
2007-05-03 21:21:19 +00:00
parent ac37c50317
commit 3205ffbe4b
+1 -3
View File
@@ -114,16 +114,14 @@ void GradeDisplay::SetGrade( PlayerNumber pn, Grade g )
m_bDoScrolling = false; m_bDoScrolling = false;
StopUsingCustomCoords(); StopUsingCustomCoords();
if(g != Grade_NoData) if( g != Grade_NoData )
{ {
SetState( GetFrameIndex(pn,g) ); SetState( GetFrameIndex(pn,g) );
SetVisible( true ); SetVisible( true );
SetDiffuseAlpha(1);
} }
else else
{ {
SetVisible( false ); SetVisible( false );
SetDiffuseAlpha(0);
} }
} }