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_prismatic2.rs | 5 ----- 1 file changed, 5 deletions(-) (limited to 'benchmarks2d/joint_prismatic2.rs') diff --git a/benchmarks2d/joint_prismatic2.rs b/benchmarks2d/joint_prismatic2.rs index 91ef48e..e393542 100644 --- a/benchmarks2d/joint_prismatic2.rs +++ b/benchmarks2d/joint_prismatic2.rs @@ -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() -} -- cgit