Disable drawarea fills

This commit is contained in:
yamamama 2026-02-23 06:33:19 -05:00
parent 48ec1c977d
commit 1b90be2901

View file

@ -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)
{