mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-18 21:28:01 +00:00
Update variable name
This commit is contained in:
parent
00fb591128
commit
41f936332d
@ -49,8 +49,8 @@ impl UpdateCycle for Cycle {
|
||||
&self,
|
||||
half_edges: impl IntoIterator<Item = Handle<HalfEdge>>,
|
||||
) -> Self {
|
||||
let edges = self.half_edges().iter().cloned().chain(half_edges);
|
||||
Cycle::new(edges)
|
||||
let half_edges = self.half_edges().iter().cloned().chain(half_edges);
|
||||
Cycle::new(half_edges)
|
||||
}
|
||||
|
||||
fn update_half_edge(
|
||||
|
Loading…
Reference in New Issue
Block a user