mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-30 16:01:49 +00:00
Non-tiling skies (Heretic/Hexen) now render properly.
This commit is contained in:
parent
172f521002
commit
2987668af8
1 changed files with 1 additions and 1 deletions
|
@ -1011,7 +1011,7 @@ static void R_DrawSky (visplane_t *pl)
|
||||||
{ // The texture does not tile nicely
|
{ // The texture does not tile nicely
|
||||||
frontyScale *= skyscale;
|
frontyScale *= skyscale;
|
||||||
frontiScale = 1 / frontyScale;
|
frontiScale = 1 / frontyScale;
|
||||||
//R_DrawSkyStriped (pl);
|
R_DrawSkyStriped (pl);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue