Fix #3733 Splash Screen memory bar background matches screen background (#3775)

This commit is contained in:
mezz 2017-03-14 19:03:37 -07:00 committed by LexManos
parent ef94421dc6
commit 67247fba29

View file

@ -453,7 +453,7 @@ public class SplashProgress
setColor(barBorderColor);
drawBox(barWidth, barHeight);
// interior
setColor(backgroundColor);
setColor(barBackgroundColor);
glTranslatef(1, 1, 0);
drawBox(barWidth - 2, barHeight - 2);
// slidy part