fix for jewelry count widgetBounds

This commit is contained in:
sethtroll
2017-07-06 21:16:07 -05:00
parent 361a371080
commit 63a69e76b7

View File

@@ -103,8 +103,8 @@ class JewelryCountOverlay extends Overlay
Rectangle widgetBounds = widget.getBounds();
//to match inventory text
widgetBounds.x -= -5;
widgetBounds.y -= -1;
widgetBounds.x -= 5;
widgetBounds.y -= 1;
renderWidgetText(graphics, widgetBounds, charges.getCharges(), Color.white);