mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-13 02:35:53 +00:00
Update name of variable
This commit is contained in:
parent
f7d046408b
commit
097bdf18b8
@ -60,10 +60,10 @@ impl SweepExt for Handle<Face> {
|
|||||||
vertices: &mut Store<Vertex>,
|
vertices: &mut Store<Vertex>,
|
||||||
) -> Sweep {
|
) -> Sweep {
|
||||||
let bottom = self;
|
let bottom = self;
|
||||||
let target = faces
|
let top = faces
|
||||||
.insert(bottom.flip(surfaces).translate(path, surfaces, vertices));
|
.insert(bottom.flip(surfaces).translate(path, surfaces, vertices));
|
||||||
|
|
||||||
let solid = Solid::connect_faces([target, bottom], faces, surfaces);
|
let solid = Solid::connect_faces([top, bottom], faces, surfaces);
|
||||||
|
|
||||||
Sweep { output: solid }
|
Sweep { output: solid }
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user