Fix font colors for piano buttons
This commit is contained in:
@@ -87,11 +87,6 @@ public class GuiButtonPiano extends GuiButtonBase
|
|||||||
@Override
|
@Override
|
||||||
public int getFGColor()
|
public int getFGColor()
|
||||||
{
|
{
|
||||||
if(this.packedFGColor != 0)
|
|
||||||
{
|
|
||||||
return this.packedFGColor;
|
|
||||||
}
|
|
||||||
|
|
||||||
int textColor = 0x000000;
|
int textColor = 0x000000;
|
||||||
|
|
||||||
if(!this.active)
|
if(!this.active)
|
||||||
|
|||||||
Reference in New Issue
Block a user