disable `ChooseMidPlaneFromList` to fix regression
This commit is contained in:
parent
3fbdfa2a36
commit
60df9eba81
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue