Slayer Font Fix

The font in the slayer plugin gets set to bold by default for some reason, deleted it.
This commit is contained in:
Thomas Cylke
2019-08-03 11:04:33 -04:00
parent f26154c4bc
commit d0c176ba69

View File

@@ -117,8 +117,6 @@ class SlayerOverlay extends WidgetItemOverlay
return;
}
graphics.setFont(FontManager.getRunescapeBoldFont());
final Rectangle bounds = itemWidget.getCanvasBounds();
final TextComponent textComponent = new TextComponent();