mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-11 15:22:15 +00:00
- fixed: mistyped r_columnmethod instead of r_blendmethod in a span drawer.
This commit is contained in:
parent
2fa13396f2
commit
62e093a7da
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue