mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-06 23:35:53 +00:00
Avoid use of PartialCurve
's global_form
field
This commit is contained in:
parent
5ee56a3ed8
commit
944f791cf1
@ -223,7 +223,7 @@ impl HalfEdgeBuilder for PartialHalfEdge {
|
||||
other: &Partial<HalfEdge>,
|
||||
surface: &SurfaceGeometry,
|
||||
) {
|
||||
let global_curve = other.read().curve.read().global_form.clone();
|
||||
let global_curve = other.read().global_form.read().curve.clone();
|
||||
self.curve.write().global_form = global_curve.clone();
|
||||
self.global_form.write().curve = global_curve;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user