We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c0211f9 + 4389474 commit 9fcb248Copy full SHA for 9fcb248
1 file changed
radiantcore/brush/csg/CSG.cpp
@@ -342,6 +342,7 @@ class SubtractBrushesFromUnselected :
342
ASSERT_MESSAGE(!(*i)->getBrush().empty(), "brush left with no faces after subtract");
343
344
Node_getBrush(newBrush)->copy((*i)->getBrush());
345
+ Node_getBrush(newBrush)->updateFaceVisibility();
346
}
347
348
scene::removeNodeFromParent(brushNode);
0 commit comments