diff --git a/src/query/contact/contact_composite_shape_shape.rs b/src/query/contact/contact_composite_shape_shape.rs index f1dc1897..2f84b4a9 100644 --- a/src/query/contact/contact_composite_shape_shape.rs +++ b/src/query/contact/contact_composite_shape_shape.rs @@ -55,7 +55,7 @@ where G1: ?Sized + CompositeShape, { CompositeShapeRef(g1) - .contact_with_shape(dispatcher, &pose12.inverse(), g2, prediction) + .contact_with_shape(dispatcher, pose12, g2, prediction) .map(|c| c.1) }