prayer flick overlay: remove background arc

Removed the white background on the the prayer orb when overlay was on which made it hard to tell if quick prayers were on
This commit is contained in:
Seth
2018-03-19 17:56:10 -05:00
parent 0a0aa2ec20
commit 0d1d8d3181

View File

@@ -99,9 +99,6 @@ public class PrayerFlickOverlay extends Overlay
int yOffset = (orbInnerHeight / 2) - (indicatorHeight / 2);
graphics.setColor(new Color(255, 255, 255, 100));
graphics.fillArc(orbInnerX, orbInnerY, orbInnerWidth, orbInnerHeight, 0, 360);
graphics.setColor(Color.cyan);
graphics.fillRect(orbInnerX + xOffset, orbInnerY + yOffset, 1, indicatorHeight);