fix new degenerate edge warnings
This commit is contained in:
parent
61f5088347
commit
8d5f837197
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue