0
0
Fork 0
mirror of https://github.com/ZDoom/qzdoom.git synced 2025-04-21 09:10:56 +00:00

- fix compile error on systems with no SSE support

This commit is contained in:
Magnus Norddahl 2018-11-29 13:08:46 +01:00
parent fa185693d2
commit 110b982031

View file

@ -331,7 +331,7 @@ void ScreenTriangle::Draw(const TriDrawTriangleArgs *args, PolyTriangleThreadDat
if (x > xstart)
{
if (writeColor)
drawfunc(y, xstart, x, args);
drawfunc(y, xstart, x, args, thread);
if (writeStencil)
{