Skip to content

Commit 9db6864

Browse files
authored
Shape on composite shape contact fix (#388)
1 parent 8640411 commit 9db6864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/contact/contact_composite_shape_shape.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ where
5555
G1: ?Sized + CompositeShape,
5656
{
5757
CompositeShapeRef(g1)
58-
.contact_with_shape(dispatcher, &pose12.inverse(), g2, prediction)
58+
.contact_with_shape(dispatcher, pose12, g2, prediction)
5959
.map(|c| c.1)
6060
}
6161

0 commit comments

Comments
 (0)