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