diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-10-20 18:14:20 +0200 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-10-20 18:14:20 +0200 |
| commit | f7a6f433d62ea427f6e2233365a6f534ca7e1c63 (patch) | |
| tree | a54b68e92bfdc2154cdd94d1404e4bceee4f8a55 /src/geometry/contact_generator | |
| parent | 949e3f5384a366c3bff5415c5db4635e811a580e (diff) | |
| download | rapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.tar.gz rapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.tar.bz2 rapier-f7a6f433d62ea427f6e2233365a6f534ca7e1c63.zip | |
Rename rounded -> round.
Diffstat (limited to 'src/geometry/contact_generator')
| -rw-r--r-- | src/geometry/contact_generator/contact_dispatcher.rs | 4 |
1 files changed, 2 insertions, 2 deletions
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() |
