qbsp: csg: make hint brushes never clip anything else.

This commit is contained in:
Eric Wasylishen 2017-04-30 12:39:12 -06:00
parent 045303eeb9
commit 85a4249852
1 changed files with 4 additions and 0 deletions

View File

@ -476,6 +476,10 @@ CSGFaces(const mapentity_t *entity)
overwrite = true;
continue;
}
if (clipbrush->contents == CONTENTS_EMPTY) {
/* Ensure hint never clips anything */
continue;
}
/* check bounding box first */
for (i = 0; i < 3; i++) {