Skip to content

Commit

Permalink
Don't copy curve position from other edge
Browse files Browse the repository at this point in the history
The curve is not inferred yet at that point, and that curve position
might turn out to be wrong.
  • Loading branch information
hannobraun committed Jan 18, 2023
1 parent 4c737cb commit 50d4f85
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/fj-kernel/src/builder/edge.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ impl HalfEdgeBuilder for PartialHalfEdge {
.iter_mut()
.zip(other.read().vertices.iter().rev())
{
this.write().position = other.read().position;
this.write()
.surface_form
.write()
Expand Down

0 comments on commit 50d4f85

Please sign in to comment.