mirror of
https://github.com/hannobraun/Fornjot
synced 2025-01-11 18:57:01 +00:00
Update argument name
This commit is contained in:
parent
5f3823064c
commit
4d1c0c3239
@ -29,8 +29,8 @@ impl Approx for (&Cycle, &SurfaceGeometry) {
|
|||||||
let half_edges = cycle
|
let half_edges = cycle
|
||||||
.half_edges()
|
.half_edges()
|
||||||
.iter()
|
.iter()
|
||||||
.map(|edge| {
|
.map(|half_edge| {
|
||||||
(edge.deref(), surface)
|
(half_edge.deref(), surface)
|
||||||
.approx_with_cache(tolerance, cache, core)
|
.approx_with_cache(tolerance, cache, core)
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
Loading…
Reference in New Issue
Block a user