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);
|
setColor(barBorderColor);
|
||||||
drawBox(barWidth, barHeight);
|
drawBox(barWidth, barHeight);
|
||||||
// interior
|
// interior
|
||||||
setColor(backgroundColor);
|
setColor(barBackgroundColor);
|
||||||
glTranslatef(1, 1, 0);
|
glTranslatef(1, 1, 0);
|
||||||
drawBox(barWidth - 2, barHeight - 2);
|
drawBox(barWidth - 2, barHeight - 2);
|
||||||
// slidy part
|
// slidy part
|
||||||
|
|
Loading…
Reference in a new issue