mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-14 08:31:23 +00:00
- fix compile error on systems with no SSE support
This commit is contained in:
parent
fa185693d2
commit
110b982031
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue