mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-02-01 06:10:42 +00:00
Fixed compilation with CI
This commit is contained in:
parent
48e7c2d994
commit
8fcd2c5f43
1 changed files with 1 additions and 1 deletions
|
@ -604,7 +604,7 @@ void HWDrawInfo::RenderParticles(subsector_t *sub, sector_t *front)
|
||||||
continue;
|
continue;
|
||||||
if (mClipPortal)
|
if (mClipPortal)
|
||||||
{
|
{
|
||||||
int clipres = mClipPortal->ClipPoint(sp->PT.Pos);
|
int clipres = mClipPortal->ClipPoint(sp->PT.Pos.XY());
|
||||||
if (clipres == PClip_InFront) continue;
|
if (clipres == PClip_InFront) continue;
|
||||||
}
|
}
|
||||||
if (!sp->spr)
|
if (!sp->spr)
|
||||||
|
|
Loading…
Reference in a new issue