Skip to content

Commit

Permalink
Make Copy/Links Not Shadowed
Browse files Browse the repository at this point in the history
  • Loading branch information
IntegerLimit committed Mar 2, 2025
1 parent 68fcf8c commit 7afde6a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ public int height() {

@Override
public void render() {
fontRenderer().drawStringWithShadow(text, x, y, interactive.color().getRGB());
fontRenderer().drawString(text, x, y, interactive.color().getRGB());
}

@Override
Expand Down

0 comments on commit 7afde6a

Please sign in to comment.