mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-11 19:58:23 +00:00
Prepare for follow-on change
This commit is contained in:
parent
48586c15b5
commit
42e39bb668
@ -22,8 +22,8 @@ impl TransformObject for (&Handle<Cycle>, &Handle<Surface>) {
|
|||||||
|
|
||||||
let half_edges = cycle
|
let half_edges = cycle
|
||||||
.half_edges()
|
.half_edges()
|
||||||
.iter()
|
.pairs()
|
||||||
.map(|half_edge| {
|
.map(|(half_edge, _)| {
|
||||||
(half_edge, surface)
|
(half_edge, surface)
|
||||||
.transform_with_cache(transform, core, cache)
|
.transform_with_cache(transform, core, cache)
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user