- 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 (x > xstart)
{ {
if (writeColor) if (writeColor)
drawfunc(y, xstart, x, args); drawfunc(y, xstart, x, args, thread);
if (writeStencil) if (writeStencil)
{ {