This commit is contained in:
James Munson
2019-05-18 09:59:45 -07:00
parent 26fd53aa8f
commit 4023bd2e57

View File

@@ -41,7 +41,6 @@ import net.runelite.client.ui.FontManager;
import net.runelite.client.ui.overlay.WidgetItemOverlay; import net.runelite.client.ui.overlay.WidgetItemOverlay;
import net.runelite.client.ui.overlay.components.TextComponent; import net.runelite.client.ui.overlay.components.TextComponent;
class ItemChargeOverlay extends WidgetItemOverlay class ItemChargeOverlay extends WidgetItemOverlay
{ {
private final ItemChargePlugin itemChargePlugin; private final ItemChargePlugin itemChargePlugin;
@@ -151,7 +150,6 @@ class ItemChargeOverlay extends WidgetItemOverlay
charges = chargeItem.getCharges(); charges = chargeItem.getCharges();
} }
final Rectangle bounds = itemWidget.getCanvasBounds(); final Rectangle bounds = itemWidget.getCanvasBounds();
final TextComponent textComponent = new TextComponent(); final TextComponent textComponent = new TextComponent();
textComponent.setPosition(new textComponent.setPosition(new