mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 23:32:02 +00:00
let 'forcenoskystretch' also apply to sky mode 2
This commit is contained in:
parent
1d941c9839
commit
5d9cc6a706
1 changed files with 1 additions and 1 deletions
|
@ -394,7 +394,7 @@ namespace swrenderer
|
|||
|
||||
void RenderSkyPlane::DrawSky(visplane_t *pl)
|
||||
{
|
||||
if (r_skymode == 2)
|
||||
if (r_skymode == 2 && !(level.flags & LEVEL_FORCETILEDSKY))
|
||||
{
|
||||
DrawCapSky(pl);
|
||||
return;
|
||||
|
|
Loading…
Reference in a new issue