Fix font colors for piano buttons

This commit is contained in:
Marcel Konrad
2020-05-04 20:39:48 +02:00
parent ba95abff79
commit f617397174

View File

@@ -87,11 +87,6 @@ public class GuiButtonPiano extends GuiButtonBase
@Override
public int getFGColor()
{
if(this.packedFGColor != 0)
{
return this.packedFGColor;
}
int textColor = 0x000000;
if(!this.active)