fix new degenerate edge warnings

This commit is contained in:
Jonathan 2022-08-03 20:29:33 -04:00
parent 61f5088347
commit 8d5f837197
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ void CreateBrushWindings(bspbrush_t *brush)
if (brush->sides[j].bevel)
continue;
qplane3d plane = -Face_Plane(&brush->sides[j]);
w = w->clip(plane, 0, false)[SIDE_FRONT]; // CLIP_EPSILON);
w = w->clip(plane, qbsp_options.epsilon.value(), false)[SIDE_FRONT]; // CLIP_EPSILON);
}
if (w) {