diff --git a/crates/fj-core/src/validation/checks/half_edge_connection.rs b/crates/fj-core/src/validation/checks/half_edge_connection.rs index 0cad2daa8..7fefc9560 100644 --- a/crates/fj-core/src/validation/checks/half_edge_connection.rs +++ b/crates/fj-core/src/validation/checks/half_edge_connection.rs @@ -46,7 +46,7 @@ impl ValidationCheck for AdjacentHalfEdgesNotConnected { ) -> impl Iterator { object.half_edges().pairs().filter_map(|(first, second)| { let end_pos_of_first_half_edge = { - let [_, end] = first.boundary().inner; + let [_, end] = geometry.of_half_edge(first).boundary.inner; geometry .of_half_edge(first) .path