mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-05-31 01:01:12 +00:00
- added a ClearScreen function to the 2D drawer to wrap the frequent occurence of this use case.
This commit is contained in:
parent
a3020ed867
commit
746aa4da82
12 changed files with 34 additions and 27 deletions
|
@ -928,7 +928,7 @@ void G_DisplayRest(int32_t smoothratio)
|
|||
|
||||
if (ud.overhead_on == 2)
|
||||
{
|
||||
twod->AddColorOnlyQuad(0, 0, xdim, ydim, 0xff000000);
|
||||
twod->ClearScreen();
|
||||
G_DrawBackground();
|
||||
renderDrawMapView(cposx, cposy, pp->zoom, cang);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue