diff options
Diffstat (limited to 'examples2d/all_examples2.rs')
| -rw-r--r-- | examples2d/all_examples2.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index 0ebef88..7ee924e 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -12,6 +12,7 @@ use std::cmp::Ordering; mod add_remove2; mod debug_box_ball2; +mod debug_infinite_fall; mod heightfield2; mod joints2; mod platform2; @@ -58,6 +59,7 @@ pub fn main() { ("Pyramid", pyramid2::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. |
