This commit is contained in:
parent
ef94421dc6
commit
67247fba29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue