diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-11-10 17:03:28 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-11-10 17:03:28 +0100 |
| commit | da5f47df47c3eedd05b476856b7aedc3051f6aa9 (patch) | |
| tree | c452b29da5131504f3bb23f8892bd6775a164dc8 /examples2d/all_examples2.rs | |
| parent | 2102aeb4229a51afc1e050ca8d999e87230adbc0 (diff) | |
| download | rapier-da5f47df47c3eedd05b476856b7aedc3051f6aa9.tar.gz rapier-da5f47df47c3eedd05b476856b7aedc3051f6aa9.tar.bz2 rapier-da5f47df47c3eedd05b476856b7aedc3051f6aa9.zip | |
Move the infinite fall debug example to the 3D examples.
All our other debug examples were there.
Diffstat (limited to 'examples2d/all_examples2.rs')
| -rw-r--r-- | examples2d/all_examples2.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index 2fe39e5..92606d8 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -14,7 +14,6 @@ mod add_remove2; mod collision_groups2; mod damping2; mod debug_box_ball2; -mod debug_infinite_fall; mod heightfield2; mod joints2; mod platform2; @@ -65,7 +64,6 @@ pub fn main() { ("Restitution", restitution2::init_world), ("Sensor", sensor2::init_world), ("(Debug) box ball", debug_box_ball2::init_world), - ("(Debug) infinite fall", debug_infinite_fall::init_world), ]; // Lexicographic sort, with stress tests moved at the end of the list. |
