mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +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
|
||||
.into_iter()
|
||||
.map(|vertex| Handle::new(HalfEdge { start: vertex }));
|
||||
.map(|start| Handle::new(HalfEdge { start }));
|
||||
|
||||
Face::new(surface, half_edges)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user