Add bottom border to boosts overlay

This commit is contained in:
Devin
2017-09-18 17:15:34 -07:00
parent 76b2d36704
commit e00c1c09bb

View File

@@ -55,6 +55,7 @@ class BoostsOverlay extends Overlay
};
private static final int TOP_BORDER = 2;
private static final int BOTTOM_BORDER = 2;
private static final int LEFT_BORDER = 2;
private static final int RIGHT_BORDER = 2;
@@ -109,6 +110,8 @@ class BoostsOverlay extends Overlay
return null;
}
height += BOTTOM_BORDER;
graphics.setColor(BACKGROUND);
graphics.fillRect(0, 0, WIDTH, height);