don't mess with alpha

This commit is contained in:
Glenn Maynard
2007-05-03 21:21:19 +00:00
parent ac37c50317
commit 3205ffbe4b
-2
View File
@@ -118,12 +118,10 @@ void GradeDisplay::SetGrade( PlayerNumber pn, Grade g )
{
SetState( GetFrameIndex(pn,g) );
SetVisible( true );
SetDiffuseAlpha(1);
}
else
{
SetVisible( false );
SetDiffuseAlpha(0);
}
}