Rename rounded -> round.

This commit is contained in:
Crozet Sébastien
2020-10-20 18:14:20 +02:00
parent 949e3f5384
commit f7a6f433d6
7 changed files with 12 additions and 12 deletions

View File

@@ -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()