mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-08 16:25:52 +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>,
|
||||
) -> Sweep {
|
||||
let bottom = self;
|
||||
let target = faces
|
||||
let top = faces
|
||||
.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 }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user