diff options
| author | Wolftousen <eliot.t.eikenberry@perilforge.com> | 2022-11-05 22:48:56 -0400 |
|---|---|---|
| committer | Wolftousen <eliot.t.eikenberry@perilforge.com> | 2022-11-05 22:48:56 -0400 |
| commit | f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9 (patch) | |
| tree | 162a46db0bf6a6947e930181990fb841dd6ecd1c | |
| parent | c713f45ca0910bf34b332e26d232d5491d1ed2f1 (diff) | |
| download | rapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.tar.gz rapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.tar.bz2 rapier-f71af8a827ab9ffe7038edf56ece0dd2f38a0fd9.zip | |
fix name change
| -rw-r--r-- | examples2d/all_examples2.rs | 2 |
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), |
