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
|
||||
.half_edges()
|
||||
.iter()
|
||||
.map(|edge| {
|
||||
(edge.deref(), surface)
|
||||
.map(|half_edge| {
|
||||
(half_edge.deref(), surface)
|
||||
.approx_with_cache(tolerance, cache, core)
|
||||
})
|
||||
.collect();
|
||||
|
Loading…
Reference in New Issue
Block a user