mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-15 20:20:54 +00:00
- clear the screen for Exhumed's logos.
This commit is contained in:
parent
ee98db589f
commit
35471ce7e2
1 changed files with 1 additions and 0 deletions
|
@ -2518,6 +2518,7 @@ void DoTitle()
|
||||||
inputState.ClearAllInput();
|
inputState.ClearAllInput();
|
||||||
do
|
do
|
||||||
{
|
{
|
||||||
|
twod->ClearScreen();
|
||||||
overwritesprite(0, 0, tile, shade, 2, kPalNormal);
|
overwritesprite(0, 0, tile, shade, 2, kPalNormal);
|
||||||
videoNextPage();
|
videoNextPage();
|
||||||
auto now = I_msTime();
|
auto now = I_msTime();
|
||||||
|
|
Loading…
Reference in a new issue