Merge pull request #104 from Sethtroll/fixjewelrycount

fix for jewelry count widgetBounds
This commit is contained in:
Adam
2017-07-07 08:07:16 -04:00
committed by GitHub

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);