Skip to content

Commit 9fcb248

Browse files
authored
Merge pull request #67 from klaussilveira/fix/csg-sub-bug
Fixed bug selecting newly cut faces from CSG subtract
2 parents c0211f9 + 4389474 commit 9fcb248

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

radiantcore/brush/csg/CSG.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,7 @@ class SubtractBrushesFromUnselected :
342342
ASSERT_MESSAGE(!(*i)->getBrush().empty(), "brush left with no faces after subtract");
343343

344344
Node_getBrush(newBrush)->copy((*i)->getBrush());
345+
Node_getBrush(newBrush)->updateFaceVisibility();
345346
}
346347

347348
scene::removeNodeFromParent(brushNode);

0 commit comments

Comments
 (0)