From 62e093a7da977bbaeefd730f8d1788eb301a1ca3 Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Sat, 24 Dec 2016 14:10:51 -0500 Subject: [PATCH] - fixed: mistyped r_columnmethod instead of r_blendmethod in a span drawer. --- src/r_draw_pal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_draw_pal.cpp b/src/r_draw_pal.cpp index 88fe93f85a..37d38891ef 100644 --- a/src/r_draw_pal.cpp +++ b/src/r_draw_pal.cpp @@ -2756,7 +2756,7 @@ namespace swrenderer xstep = _xstep; ystep = _ystep; - if (!r_columnmethod) + if (!r_blendmethod) { if (_xbits == 6 && _ybits == 6) {