mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 20:38:30 +00:00
Remove redundant geometry updates
This commit is contained in:
parent
53d3a7c7e3
commit
fcefab2f07
@ -62,14 +62,6 @@ impl SplitEdge for Shell {
|
||||
})
|
||||
};
|
||||
|
||||
let [half_edge_a, half_edge_b] =
|
||||
[half_edge_a, half_edge_b].map(|half_edge_part| {
|
||||
half_edge_part.set_path(
|
||||
core.layers.geometry.of_half_edge(half_edge).path,
|
||||
&mut core.layers.geometry,
|
||||
)
|
||||
});
|
||||
|
||||
let shell = self
|
||||
.replace_half_edge(
|
||||
half_edge,
|
||||
|
Loading…
Reference in New Issue
Block a user