mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-30 11:55:57 +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
|
let global_form = self
|
||||||
.global_form
|
.global_form
|
||||||
.unwrap_or_else(|| {
|
.unwrap_or_else(|| GlobalEdge::partial().into())
|
||||||
GlobalEdge::partial()
|
.update_partial(|partial| {
|
||||||
.from_curve_and_vertices(&curve, &vertices)
|
partial.from_curve_and_vertices(&curve, &vertices)
|
||||||
.into()
|
|
||||||
})
|
})
|
||||||
.into_full(objects);
|
.into_full(objects);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user