diff options
Diffstat (limited to 'src/geometry/rounded.rs')
| -rw-r--r-- | src/geometry/rounded.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/rounded.rs b/src/geometry/rounded.rs index ce3fc96..bfbab3b 100644 --- a/src/geometry/rounded.rs +++ b/src/geometry/rounded.rs @@ -17,7 +17,7 @@ pub trait Roundable { #[cfg(feature = "dim3")] impl Roundable for Cylinder { fn rounded_shape_type() -> ShapeType { - ShapeType::RoundedCylinder + ShapeType::RoundCylinder } } |
