This commit is contained in:
parent
333b7c9897
commit
2b5461669f
@ -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…
Reference in New Issue
Block a user