qbsp: switch back to qbsp3 brush bevels in q1 mode

now that the bug in the previous commit is fixed
This commit is contained in:
Eric Wasylishen 2022-08-16 23:15:09 -06:00
parent 6b1720e095
commit 688a033288
1 changed files with 2 additions and 0 deletions

View File

@ -276,6 +276,8 @@ bool CreateBrushWindings(bspbrush_t *brush)
return brush->update_bounds(true);
}
#define QBSP3
#ifndef QBSP3
struct hullbrush_t {
bspbrush_t &brush;