mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-07 07:45:52 +00:00
Remove redundant line of code
It never seems to have an effect.
This commit is contained in:
parent
a52fc9ca69
commit
5ee56a3ed8
@ -166,7 +166,6 @@ impl HalfEdgeBuilder for PartialHalfEdge {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn infer_global_form(&mut self) -> Partial<GlobalEdge> {
|
fn infer_global_form(&mut self) -> Partial<GlobalEdge> {
|
||||||
self.global_form.write().curve = self.curve.read().global_form.clone();
|
|
||||||
self.global_form.write().vertices = self
|
self.global_form.write().vertices = self
|
||||||
.vertices
|
.vertices
|
||||||
.each_ref_ext()
|
.each_ref_ext()
|
||||||
|
Loading…
Reference in New Issue
Block a user