aboutsummaryrefslogtreecommitdiff
path: root/benchmarks2d/balls2.rs
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-05-17 10:10:09 +0200
committerCrozet Sébastien <developer@crozet.re>2021-05-17 10:10:09 +0200
commitbf91e81dfb26ca99c2a5742a6caaa6819c4c4c5d (patch)
tree220666d4ed5e6733538b792e36bb51db0e60ae42 /benchmarks2d/balls2.rs
parentabb4742758a755fe30b984dd537d8bc68d2ad030 (diff)
downloadrapier-bf91e81dfb26ca99c2a5742a6caaa6819c4c4c5d.tar.gz
rapier-bf91e81dfb26ca99c2a5742a6caaa6819c4c4c5d.tar.bz2
rapier-bf91e81dfb26ca99c2a5742a6caaa6819c4c4c5d.zip
Fix 2D benchmarks compilation.
Diffstat (limited to 'benchmarks2d/balls2.rs')
-rw-r--r--benchmarks2d/balls2.rs5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmarks2d/balls2.rs b/benchmarks2d/balls2.rs
index 9a28195..8fa9775 100644
--- a/benchmarks2d/balls2.rs
+++ b/benchmarks2d/balls2.rs
@@ -61,8 +61,3 @@ pub fn init_world(testbed: &mut Testbed) {
testbed.set_world(bodies, colliders, joints);
testbed.look_at(Point2::new(0.0, 2.5), 5.0);
}
-
-fn main() {
- let testbed = Testbed::from_builders(0, vec![("Balls", init_world)]);
- testbed.run()
-}