Fix 2D benchmarks compilation.

This commit is contained in:
Crozet Sébastien
2021-05-17 10:10:09 +02:00
parent abb4742758
commit bf91e81dfb
10 changed files with 2 additions and 47 deletions

View File

@@ -62,8 +62,3 @@ pub fn init_world(testbed: &mut Testbed) {
testbed.set_world(bodies, colliders, joints);
testbed.look_at(Point2::new(80.0, 80.0), 15.0);
}
fn main() {
let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]);
testbed.run()
}