mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 23:01:50 +00:00
Fix typo
This commit is contained in:
parent
0b9e4e1f3d
commit
819c675c3d
1 changed files with 1 additions and 1 deletions
|
@ -1386,7 +1386,7 @@ static void DrawSpan(int y, int x0, int x1, const TriDrawTriangleArgs* args, Pol
|
|||
if (xstart < x0)
|
||||
{
|
||||
if (thread->WriteColor)
|
||||
thread->WriteColorFunc(y, x0, x1, thread);
|
||||
thread->WriteColorFunc(y, xstart, x0, thread);
|
||||
if (thread->WriteDepth)
|
||||
WriteDepth(y, xstart, x0, thread);
|
||||
if (thread->WriteStencil)
|
||||
|
|
Loading…
Reference in a new issue