- fixed: mistyped r_columnmethod instead of r_blendmethod in a span drawer.

This commit is contained in:
Rachael Alexanderson 2016-12-24 14:10:51 -05:00
parent 2fa13396f2
commit 62e093a7da
1 changed files with 1 additions and 1 deletions

View File

@ -2756,7 +2756,7 @@ namespace swrenderer
xstep = _xstep; xstep = _xstep;
ystep = _ystep; ystep = _ystep;
if (!r_columnmethod) if (!r_blendmethod)
{ {
if (_xbits == 6 && _ybits == 6) if (_xbits == 6 && _ybits == 6)
{ {