From 4abb422653902cba3952aa86b37e877d4aa7ebad Mon Sep 17 00:00:00 2001 From: Hanno Braun Date: Fri, 22 Mar 2024 23:26:15 +0100 Subject: [PATCH] Refactor to simplify --- crates/fj-core/src/operations/build/half_edge.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/crates/fj-core/src/operations/build/half_edge.rs b/crates/fj-core/src/operations/build/half_edge.rs index 18c8c22b2..2bcef0da2 100644 --- a/crates/fj-core/src/operations/build/half_edge.rs +++ b/crates/fj-core/src/operations/build/half_edge.rs @@ -41,9 +41,7 @@ pub trait BuildHalfEdge { core.layers.geometry.define_half_edge( half_edge.clone(), - HalfEdgeGeometry { - path: core.layers.geometry.of_half_edge(sibling).path, - }, + core.layers.geometry.of_half_edge(sibling), ); half_edge