Merge pull request #1019 from sethtroll/removearc

prayer flick overlay: remove background arc
This commit is contained in:
Adam
2018-03-20 08:24:30 -04:00
committed by GitHub

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