reverse the portals for leak lines in inside filling

This commit is contained in:
Jonathan 2022-08-27 03:28:57 -04:00
parent b305ddaed9
commit 34a7079b64
1 changed files with 1 additions and 0 deletions

View File

@ -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.