disable `ChooseMidPlaneFromList` to fix regression

This commit is contained in:
Jonathan 2022-06-21 21:07:26 -04:00
parent 3fbdfa2a36
commit 60df9eba81
1 changed files with 2 additions and 0 deletions

View File

@ -506,8 +506,10 @@ static const face_t *SelectPartition(const std::vector<std::unique_ptr<brush_t>>
}
}
#if 0
if (usemidsplit || largenode) // do fast way for clipping hull
return ChooseMidPlaneFromList(brushes, bounds);
#endif
// do slow way to save poly splits for drawing hull
return ChoosePlaneFromList(brushes, bounds);