chore: clippy fixes
This commit is contained in:
committed by
Sébastien Crozet
parent
edaa36ac7e
commit
ad960bf245
@@ -84,7 +84,7 @@ impl MeshConverter {
|
||||
}
|
||||
#[cfg(feature = "dim3")]
|
||||
MeshConverter::ConvexDecompositionWithParams(params) => {
|
||||
SharedShape::convex_decomposition_with_params(&vertices, &indices, ¶ms)
|
||||
SharedShape::convex_decomposition_with_params(&vertices, &indices, params)
|
||||
}
|
||||
};
|
||||
Ok((shape, transform))
|
||||
|
||||
Reference in New Issue
Block a user