From 1b90be290197310d45fc97453cf377a7d8fd47aa Mon Sep 17 00:00:00 2001 From: yamamama Date: Mon, 23 Feb 2026 06:33:19 -0500 Subject: [PATCH] Disable drawarea fills --- src/r_draw_column.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/r_draw_column.cpp b/src/r_draw_column.cpp index ff11428b3..029d73787 100644 --- a/src/r_draw_column.cpp +++ b/src/r_draw_column.cpp @@ -486,7 +486,7 @@ void R_DrawColumn_Flat(drawcolumndata_t *dc) } // Purely for debug; fills all columns in the drawing area with a pair of "background colors" -#define FILL_DRAW_AREA +//#define FILL_DRAW_AREA void R_DrawAffineColumn(drawcolumndata_t *dc) {