Skip to content

Commit

Permalink
Update name of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Jan 31, 2025
1 parent f7d0464 commit 097bdf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions experiments/2024-12-09/src/topology/sweep.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
}
Expand Down

0 comments on commit 097bdf1

Please sign in to comment.