reverse the portals for leak lines in inside filling
This commit is contained in:
parent
b305ddaed9
commit
34a7079b64
|
|
@ -628,6 +628,7 @@ bool FillOutside(tree_t &tree, hull_index_t hullnum, bspbrush_t::container &brus
|
|||
|
||||
if (fillnode->occupied > 0) {
|
||||
leakline = MakeLeakLine(fillnode, leakentity);
|
||||
std::reverse(leakline.begin(), leakline.end());
|
||||
}
|
||||
} else {
|
||||
// Flood fill from outside -> in.
|
||||
|
|
|
|||
Loading…
Reference in New Issue