Disable drawarea fills
This commit is contained in:
parent
48ec1c977d
commit
1b90be2901
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue