Update RunepouchOverlay.java

stupid insert key
This commit is contained in:
Kyleeld
2019-07-03 15:47:23 +01:00
committed by GitHub
parent 3889ebefa1
commit d8d75eac1b

View File

@@ -83,7 +83,7 @@ public class RunepouchOverlay extends WidgetItemOverlay
assert AMOUNT_VARBITS.length == RUNE_VARBITS.length;
graphics.setFont(FontManager.getSmallFont(graphics.getFont());
graphics.setFont(FontManager.getSmallFont(graphics.getFont()));
Point location = itemWidget.getCanvasLocation();
StringBuilder tooltipBuilder = new StringBuilder();