Update variable name

This commit is contained in:
Hanno Braun 2022-06-28 15:58:42 +02:00
parent 6f8944cd8a
commit 668f850034
1 changed files with 2 additions and 2 deletions

View File

@ -19,9 +19,9 @@ impl ToShape for fj::Sweep {
let path = Vector::from(self.path());
let color = self.shape().color();
let swept = sweep(sketch.into_inner(), path, tolerance, color);
let solid = sweep(sketch.into_inner(), path, tolerance, color);
validate(swept, config)
validate(solid, config)
}
fn bounding_volume(&self) -> Aabb<3> {