diff --git a/src/geode/inspector/criterion/intersections/surface_intersections.cpp b/src/geode/inspector/criterion/intersections/surface_intersections.cpp index a5b323f3..fca18302 100644 --- a/src/geode/inspector/criterion/intersections/surface_intersections.cpp +++ b/src/geode/inspector/criterion/intersections/surface_intersections.cpp @@ -344,7 +344,7 @@ namespace if( triangle_intersects_other( t1, t2, t1_vertices, t2_vertices, common_points ) || triangle_intersects_other( - t1, t2, t1_vertices, t2_vertices, common_points ) ) + t2, t1, t2_vertices, t1_vertices, common_points ) ) { return true; }