Fix tests

This commit is contained in:
Sébastien Crozet
2022-12-11 15:50:25 +01:00
parent 6f866329a6
commit cb9350fd80
3 changed files with 6 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ pub fn init_world(testbed: &mut Testbed) {
*/
let mut bodies = RigidBodySet::new();
let mut colliders = ColliderSet::new();
let mut impulse_joints = ImpulseJointSet::new();
let impulse_joints = ImpulseJointSet::new();
let multibody_joints = MultibodyJointSet::new();
/*