This commit is contained in:
parent
333b7c9897
commit
2b5461669f
1 changed files with 5 additions and 1 deletions
|
@ -562,8 +562,12 @@ void CLevel::DisplayLoadingScreen()
|
||||||
font.print(256 ,120 ,buf);
|
font.print(256 ,120 ,buf);
|
||||||
font.setColour(0,0,0);
|
font.setColour(0,0,0);
|
||||||
font.print(256-1,120-1,buf);
|
font.print(256-1,120-1,buf);
|
||||||
font.print(256+1,120-1,buf);
|
font.print(256-1,120 ,buf);
|
||||||
font.print(256-1,120+1,buf);
|
font.print(256-1,120+1,buf);
|
||||||
|
font.print(256 ,120-1,buf);
|
||||||
|
font.print(256 ,120+1,buf);
|
||||||
|
font.print(256+1,120-1,buf);
|
||||||
|
font.print(256+1,120 ,buf);
|
||||||
font.print(256+1,120+1,buf);
|
font.print(256+1,120+1,buf);
|
||||||
PrimDisplay();
|
PrimDisplay();
|
||||||
VSync(0);
|
VSync(0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue