From 688a0332884f74f9027f6d8a80dfbfa4d8cd2655 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Tue, 16 Aug 2022 23:15:09 -0600 Subject: [PATCH] qbsp: switch back to qbsp3 brush bevels in q1 mode now that the bug in the previous commit is fixed --- qbsp/brush.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qbsp/brush.cc b/qbsp/brush.cc index ea803d5f..b58dee17 100644 --- a/qbsp/brush.cc +++ b/qbsp/brush.cc @@ -276,6 +276,8 @@ bool CreateBrushWindings(bspbrush_t *brush) return brush->update_bounds(true); } +#define QBSP3 + #ifndef QBSP3 struct hullbrush_t { bspbrush_t &brush;