mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-05-31 01:01:12 +00:00
- fixed screen clearing for the automap.
This should only affect the active window, not the entire screen.
This commit is contained in:
parent
ef5292b4ae
commit
05e381ff6d
6 changed files with 14 additions and 10 deletions
|
@ -929,6 +929,7 @@ void G_DisplayRest(int32_t smoothratio)
|
|||
if (ud.overhead_on == 2)
|
||||
{
|
||||
twod->AddColorOnlyQuad(0, 0, xdim, ydim, 0xff000000);
|
||||
G_DrawBackground();
|
||||
renderDrawMapView(cposx, cposy, pp->zoom, cang);
|
||||
}
|
||||
G_DrawOverheadMap(cposx, cposy, pp->zoom, cang);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue