Skip to content

Commit

Permalink
Simplify Partial construction
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Mar 3, 2023
1 parent 7b831de commit 208623e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/partial/objects/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl Default for PartialHalfEdge {
fn default() -> Self {
let curve = None;
let start_vertex = Partial::default();
let global_form = Partial::from_partial(PartialGlobalEdge {});
let global_form = Partial::default();

Self {
curve,
Expand Down

0 comments on commit 208623e

Please sign in to comment.