From 2ab74287146117b59862eb644d44fd0df61e156a Mon Sep 17 00:00:00 2001 From: Rachael Alexanderson Date: Wed, 11 Jan 2017 09:13:21 -0500 Subject: [PATCH] - Nothing to see here. Everything's just fine. We did it right the first time. Yep. Absolutely. --- src/r_draw.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/r_draw.cpp b/src/r_draw.cpp index 730430b2a3..b958e4bb3b 100644 --- a/src/r_draw.cpp +++ b/src/r_draw.cpp @@ -467,7 +467,7 @@ namespace swrenderer R_SetColorMapLight(basecolormap, 0, 0); } bool active_columnmethod = r_columnmethod && !r_swtruecolor; - return active_columnmethod ? DoDraw0; + return DoDraw0; } fglevel = GetAlpha(style.SrcAlpha, alpha); @@ -501,7 +501,7 @@ namespace swrenderer return DontDraw; } bool active_columnmethod = r_columnmethod && !r_swtruecolor; - return active_columnmethod ? DoDraw0; + return DoDraw0; } ESPSResult R_SetPatchStyle(FRenderStyle style, float alpha, int translation, uint32_t color)