mirror of
https://github.com/hannobraun/Fornjot
synced 2025-08-02 15:26:07 +00:00
Update name of function parameter
This commit is contained in:
parent
37226202b6
commit
1f914948c7
@ -17,7 +17,7 @@ impl Sketch {
|
|||||||
|
|
||||||
let half_edges = vertices
|
let half_edges = vertices
|
||||||
.into_iter()
|
.into_iter()
|
||||||
.map(|vertex| Handle::new(HalfEdge { start: vertex }));
|
.map(|start| Handle::new(HalfEdge { start }));
|
||||||
|
|
||||||
Face::new(surface, half_edges)
|
Face::new(surface, half_edges)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user