From bf91e81dfb26ca99c2a5742a6caaa6819c4c4c5d Mon Sep 17 00:00:00 2001 From: Crozet Sébastien Date: Mon, 17 May 2021 10:10:09 +0200 Subject: Fix 2D benchmarks compilation. --- benchmarks2d/joint_ball2.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'benchmarks2d/joint_ball2.rs') diff --git a/benchmarks2d/joint_ball2.rs b/benchmarks2d/joint_ball2.rs index 35423e7..1ad2d39 100644 --- a/benchmarks2d/joint_ball2.rs +++ b/benchmarks2d/joint_ball2.rs @@ -65,8 +65,3 @@ pub fn init_world(testbed: &mut Testbed) { testbed.set_world(bodies, colliders, joints); testbed.look_at(Point2::new(numk as f32 * rad, numi as f32 * -rad), 5.0); } - -fn main() { - let testbed = Testbed::from_builders(0, vec![("Joints", init_world)]); - testbed.run() -} -- cgit