qbsp: revert b994bb7 "disable CheckPlaneAgainstVolume checks"

it was causing leaks through solids
This commit is contained in:
Eric Wasylishen 2023-05-22 23:01:07 -06:00
parent 36bcb508a6
commit 261d6da37d
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ constexpr int PSIDE_BOTH = (PSIDE_FRONT | PSIDE_BACK);
// this gets OR'ed in in the return value of QuickTestBrushToPlanenum if one of the brush sides is on the input plane // this gets OR'ed in in the return value of QuickTestBrushToPlanenum if one of the brush sides is on the input plane
constexpr int PSIDE_FACING = 4; constexpr int PSIDE_FACING = 4;
#define CHECK_PLANE_AGAINST_VOLUME 0 #define CHECK_PLANE_AGAINST_VOLUME 1
struct bspstats_t : logging::stat_tracker_t struct bspstats_t : logging::stat_tracker_t
{ {