diff options
Diffstat (limited to 'benchmarks2d/joint_prismatic2.rs')
| -rw-r--r-- | benchmarks2d/joint_prismatic2.rs | 5 |
1 files changed, 0 insertions, 5 deletions
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() -} |
