Skip to content

Commit

Permalink
- Nothing to see here. Everything's just fine. We did it right the fi…
Browse files Browse the repository at this point in the history
…rst time. Yep. Absolutely.
  • Loading branch information
madame-rachelle committed Jan 11, 2017
1 parent b0a81b3 commit 2ab7428
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/r_draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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)
Expand Down

0 comments on commit 2ab7428

Please sign in to comment.