diff --git a/bsp.h b/bsp.h index 50d106c..22cb299 100644 --- a/bsp.h +++ b/bsp.h @@ -363,7 +363,7 @@ typedef struct World double m0 = p0.magnitude(); double m1 = p1.magnitude(); - if ((m0 * m1) <= 0.01) + if ((m0 * m1) <= 0.1) { // Point is on one of the vertices outFaces.push_back(face);