Skip to content

Commit

Permalink
qbsp: csg: make hint brushes never clip anything else.
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwa committed Apr 30, 2017
1 parent 045303e commit 85a4249
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qbsp/csg4.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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++) {
Expand Down

0 comments on commit 85a4249

Please sign in to comment.