Fix boosts plugin style nits
This commit is contained in:
@@ -47,6 +47,7 @@ import net.runelite.client.ui.overlay.infobox.InfoBoxManager;
|
|||||||
class BoostsOverlay extends Overlay
|
class BoostsOverlay extends Overlay
|
||||||
{
|
{
|
||||||
private final BufferedImage[] imgCache = new BufferedImage[Skill.values().length - 1];
|
private final BufferedImage[] imgCache = new BufferedImage[Skill.values().length - 1];
|
||||||
|
|
||||||
@Getter
|
@Getter
|
||||||
private final BoostIndicator[] indicators = new BoostIndicator[Skill.values().length - 1];
|
private final BoostIndicator[] indicators = new BoostIndicator[Skill.values().length - 1];
|
||||||
|
|
||||||
@@ -56,6 +57,7 @@ class BoostsOverlay extends Overlay
|
|||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
private BoostsPlugin plugin;
|
private BoostsPlugin plugin;
|
||||||
|
|
||||||
private PanelComponent panelComponent;
|
private PanelComponent panelComponent;
|
||||||
|
|
||||||
@Inject
|
@Inject
|
||||||
|
|||||||
Reference in New Issue
Block a user