aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
diff options
context:
space:
mode:
Diffstat (limited to 'examples2d/all_examples2.rs')
-rw-r--r--examples2d/all_examples2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs
index 6fecc9e..d102b46 100644
--- a/examples2d/all_examples2.rs
+++ b/examples2d/all_examples2.rs
@@ -24,9 +24,9 @@ mod platform2;
mod polyline2;
mod pyramid2;
mod restitution2;
+mod rope_joints2;
mod sensor2;
mod trimesh2;
-mod rope_joints2;
fn demo_name_from_command_line() -> Option<String> {
let mut args = std::env::args();