mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-02-21 19:31:14 +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 (xstart < x0)
|
||||||
{
|
{
|
||||||
if (thread->WriteColor)
|
if (thread->WriteColor)
|
||||||
thread->WriteColorFunc(y, x0, x1, thread);
|
thread->WriteColorFunc(y, xstart, x0, thread);
|
||||||
if (thread->WriteDepth)
|
if (thread->WriteDepth)
|
||||||
WriteDepth(y, xstart, x0, thread);
|
WriteDepth(y, xstart, x0, thread);
|
||||||
if (thread->WriteStencil)
|
if (thread->WriteStencil)
|
||||||
|
|
Loading…
Reference in a new issue