revert last commit, q1 code is still producing better results with q1_rocks.map

This commit is contained in:
Eric Wasylishen 2022-08-17 01:17:19 -06:00
parent 688a033288
commit a2a7b987bc
1 changed files with 2 additions and 1 deletions

View File

@ -276,7 +276,8 @@ bool CreateBrushWindings(bspbrush_t *brush)
return brush->update_bounds(true); return brush->update_bounds(true);
} }
#define QBSP3 // fixme-brushbsp: restore this define (switch to the q2 code) once we fix the remaining regressions in q1_rocks.map
//#define QBSP3
#ifndef QBSP3 #ifndef QBSP3
struct hullbrush_t { struct hullbrush_t {