Make a block of code a little easier to read.

This commit is contained in:
Bill Currie 2010-08-29 18:29:08 +09:00
parent a5c96cb825
commit 17e5813a51

View file

@ -359,10 +359,8 @@ CSGFaces (brushset_t *bs)
}
// all of the faces left in outside are real surface faces
if (b1->contents != CONTENTS_SOLID)
SaveOutside (true); // mirror faces for inside view
else
SaveOutside (false);
// if the brush is not solid, mirror the faces for the inside view
SaveOutside (b1->contents != CONTENTS_SOLID);
}
#if 0