mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 07:12:16 +00:00
Merge branch 'skyviewportfix' of http://github.com/dpjudas/dpdoom
This commit is contained in:
commit
71e5ccc4da
1 changed files with 1 additions and 1 deletions
|
@ -1404,7 +1404,7 @@ void R_DrawPortals ()
|
||||||
vissprite_p = firstvissprite;
|
vissprite_p = firstvissprite;
|
||||||
|
|
||||||
visplaneStack.Pop (pl);
|
visplaneStack.Pop (pl);
|
||||||
if (pl->Alpha > 0)
|
if (pl->Alpha > 0 && pl->picnum != skyflatnum)
|
||||||
{
|
{
|
||||||
R_DrawSinglePlane (pl, pl->Alpha, pl->Additive, true);
|
R_DrawSinglePlane (pl, pl->Alpha, pl->Additive, true);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue