aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWolftousen <eliot.t.eikenberry@perilforge.com>2022-11-05 22:48:56 -0400
committerWolftousen <eliot.t.eikenberry@perilforge.com>2022-11-05 22:48:56 -0400
commitf71af8a827ab9ffe7038edf56ece0dd2f38a0fd9 (patch)
tree162a46db0bf6a6947e930181990fb841dd6ecd1c
parentc713f45ca0910bf34b332e26d232d5491d1ed2f1 (diff)
downloadrapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.tar.gz
rapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.tar.bz2
rapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.zip
fix name change
-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 25dc73e..6fecc9e 100644
--- a/examples2d/all_examples2.rs
+++ b/examples2d/all_examples2.rs
@@ -70,13 +70,13 @@ pub fn main() {
("Drum", drum2::init_world),
("Heightfield", heightfield2::init_world),
("Joints", joints2::init_world),
- ("DistanceJoints", rope_joints2::init_world),
("Locked rotations", locked_rotations2::init_world),
("One-way platforms", one_way_platforms2::init_world),
("Platform", platform2::init_world),
("Polyline", polyline2::init_world),
("Pyramid", pyramid2::init_world),
("Restitution", restitution2::init_world),
+ ("Rope Joints", rope_joints2::init_world),
("Sensor", sensor2::init_world),
("Trimesh", trimesh2::init_world),
("(Debug) box ball", debug_box_ball2::init_world),