don't mess with alpha
This commit is contained in:
@@ -118,12 +118,10 @@ void GradeDisplay::SetGrade( PlayerNumber pn, Grade g )
|
|||||||
{
|
{
|
||||||
SetState( GetFrameIndex(pn,g) );
|
SetState( GetFrameIndex(pn,g) );
|
||||||
SetVisible( true );
|
SetVisible( true );
|
||||||
SetDiffuseAlpha(1);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SetVisible( false );
|
SetVisible( false );
|
||||||
SetDiffuseAlpha(0);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user