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

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