Fix grade display on MusicWheel. Setting the hidden values makes more sence than setting the diffuse alpha values.
This commit is contained in:
@@ -117,11 +117,11 @@ void GradeDisplay::SetGrade( PlayerNumber pn, Grade g )
|
||||
if(g != Grade_NoData)
|
||||
{
|
||||
SetState( GetFrameIndex(pn,g) );
|
||||
SetDiffuseAlpha( 1 );
|
||||
SetHidden( false );
|
||||
}
|
||||
else
|
||||
{
|
||||
SetDiffuseAlpha( 0 );
|
||||
SetHidden( true );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user