mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-29 19:39:20 +00:00
Fix GlobalVertex
duplication in build
method
This commit is contained in:
parent
f4ff958d03
commit
80784a1c3b
@ -201,10 +201,9 @@ impl PartialHalfEdge {
|
||||
|
||||
let global_form = self
|
||||
.global_form
|
||||
.unwrap_or_else(|| {
|
||||
GlobalEdge::partial()
|
||||
.from_curve_and_vertices(&curve, &vertices)
|
||||
.into()
|
||||
.unwrap_or_else(|| GlobalEdge::partial().into())
|
||||
.update_partial(|partial| {
|
||||
partial.from_curve_and_vertices(&curve, &vertices)
|
||||
})
|
||||
.into_full(objects);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user