mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2025-01-19 07:00:52 +00:00
- fixed: The software renderer was destroying global state when initializing a camera texture.
As a result the HUD wasn't drawn.
This commit is contained in:
parent
7d49fec477
commit
0e4f868281
1 changed files with 1 additions and 1 deletions
|
@ -227,9 +227,9 @@ void R_SetWindow (FRenderViewpoint &viewpoint, FViewWindow &viewwindow, int wind
|
|||
else
|
||||
{
|
||||
viewwindow.WidescreenRatio = ActiveRatio(fullWidth, fullHeight);
|
||||
DrawFSHUD = (windowSize == 11);
|
||||
}
|
||||
|
||||
DrawFSHUD = (windowSize == 11);
|
||||
|
||||
// [RH] Sky height fix for screens not 200 (or 240) pixels tall
|
||||
R_InitSkyMap ();
|
||||
|
|
Loading…
Reference in a new issue