From f7a6f433d62ea427f6e2233365a6f534ca7e1c63 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Tue, 20 Oct 2020 18:14:20 +0200 Subject: Rename rounded -> round. --- src/geometry/contact_generator/contact_dispatcher.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/geometry/contact_generator') diff --git a/src/geometry/contact_generator/contact_dispatcher.rs b/src/geometry/contact_generator/contact_dispatcher.rs index 53165ee..62a1f71 100644 --- a/src/geometry/contact_generator/contact_dispatcher.rs +++ b/src/geometry/contact_generator/contact_dispatcher.rs @@ -98,8 +98,8 @@ impl ContactDispatcher for DefaultContactDispatcher { | (_, ShapeType::Cylinder) | (ShapeType::Cone, _) | (_, ShapeType::Cone) - | (ShapeType::RoundedCylinder, _) - | (_, ShapeType::RoundedCylinder) => ( + | (ShapeType::RoundCylinder, _) + | (_, ShapeType::RoundCylinder) => ( PrimitiveContactGenerator { generate_contacts: super::generate_contacts_pfm_pfm, ..PrimitiveContactGenerator::default() -- cgit