diff options
| author | Sébastien Crozet <developer@crozet.re> | 2024-04-14 18:59:08 +0200 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2024-04-30 23:10:46 +0200 |
| commit | de5e871cd1a76d424c2fa49da776c14ddd6f533b (patch) | |
| tree | cf0f10c30056e7bb29d2c4afd4157feacd7afa70 /benchmarks2d/all_benchmarks2.rs | |
| parent | 2f1ce1887f8bc42dc4cf7bd45cf6992eb82e46d3 (diff) | |
| download | rapier-de5e871cd1a76d424c2fa49da776c14ddd6f533b.tar.gz rapier-de5e871cd1a76d424c2fa49da776c14ddd6f533b.tar.bz2 rapier-de5e871cd1a76d424c2fa49da776c14ddd6f533b.zip | |
chore: rework vertical stacks demo
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), ( |
