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:
parent
6b1720e095
commit
688a033288
|
|
@ -276,6 +276,8 @@ bool CreateBrushWindings(bspbrush_t *brush)
|
|||
return brush->update_bounds(true);
|
||||
}
|
||||
|
||||
#define QBSP3
|
||||
|
||||
#ifndef QBSP3
|
||||
struct hullbrush_t {
|
||||
bspbrush_t &brush;
|
||||
|
|
|
|||
Loading…
Reference in New Issue