diff options
Diffstat (limited to 'benchmarks2d/all_benchmarks2.rs')
| -rw-r--r-- | benchmarks2d/all_benchmarks2.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks2d/all_benchmarks2.rs b/benchmarks2d/all_benchmarks2.rs index af71049..64ec802 100644 --- a/benchmarks2d/all_benchmarks2.rs +++ b/benchmarks2d/all_benchmarks2.rs @@ -58,7 +58,7 @@ pub fn main() { ("Convex polygons", convex_polygons2::init_world), ("Heightfield", heightfield2::init_world), ("Pyramid", pyramid2::init_world), - ("Verticals tacks", vertical_stacks2::init_world), + ("Verticals stacks", vertical_stacks2::init_world), ("(Stress test) joint ball", joint_ball2::init_world), ("(Stress test) joint fixed", joint_fixed2::init_world), ( |
