From 77a6cd3f26525ce6b02b63b34cb68d3a8a444ee2 Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Sun, 11 Jul 2021 18:41:51 +0200 Subject: Release v0.10.0 --- examples3d/debug_prismatic3.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d/debug_prismatic3.rs') diff --git a/examples3d/debug_prismatic3.rs b/examples3d/debug_prismatic3.rs index f41ef49..43c6cc0 100644 --- a/examples3d/debug_prismatic3.rs +++ b/examples3d/debug_prismatic3.rs @@ -51,7 +51,7 @@ fn prismatic_repro( let (stiffness, damping) = (0.05, 0.2); prismatic.configure_motor_position(0.0, stiffness, damping); - joints.insert(bodies, box_rb, wheel_rb, prismatic); + joints.insert(box_rb, wheel_rb, prismatic); } // put a small box under one of the wheels -- cgit