diff --git a/qbsp/csg4.c b/qbsp/csg4.c index d28d14d3..19923ee8 100644 --- a/qbsp/csg4.c +++ b/qbsp/csg4.c @@ -463,6 +463,11 @@ CSGFaces(const mapentity_t *ent) if (i < 3) continue; + /* + * TODO - optimise by checking for opposing planes? + * => brushes can't intersect + */ + // divide faces by the planes of the new brush inside = outside; outside = NULL;