diff --git a/qbsp/solidbsp.cc b/qbsp/solidbsp.cc index 12916424..076a7584 100644 --- a/qbsp/solidbsp.cc +++ b/qbsp/solidbsp.cc @@ -506,8 +506,10 @@ static const face_t *SelectPartition(const std::vector> } } +#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);