From 8385797ce788b1c2f47be5bba635d8841d4d2fb6 Mon Sep 17 00:00:00 2001 From: Eric Wasylishen Date: Wed, 31 May 2017 13:09:42 -0600 Subject: [PATCH] csg4.cc: add a clarifying comment --- qbsp/csg4.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/qbsp/csg4.cc b/qbsp/csg4.cc index 05e7e84f..5e2cedba 100644 --- a/qbsp/csg4.cc +++ b/qbsp/csg4.cc @@ -504,7 +504,10 @@ CSGFaces(const mapentity_t *entity) clipface = clipbrush->faces; for (; clipface; clipface = clipface->next) ClipInside(clipface, overwrite, &inside, &outside); - + + // inside = parts of `brush` that are inside `clipbrush` + // outside = parts of `brush` that are outside `clipbrush` + /* * If the brush is solid and the clipbrush is not, then we need to * keep the inside faces and set the outside contents to those of