mirror of
https://github.com/hannobraun/Fornjot
synced 2025-09-10 11:26:27 +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
|
||||
.half_edges()
|
||||
.iter()
|
||||
.map(|half_edge| {
|
||||
.pairs()
|
||||
.map(|(half_edge, _)| {
|
||||
(half_edge, surface)
|
||||
.transform_with_cache(transform, core, cache)
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user