diff options
Diffstat (limited to 'examples2d')
| -rw-r--r-- | examples2d/all_examples2.rs | 4 | ||||
| -rw-r--r-- | examples2d/locked_rotations2.rs (renamed from examples2d/locked_rotation2.rs) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs index dda50d6..d6cf947 100644 --- a/examples2d/all_examples2.rs +++ b/examples2d/all_examples2.rs @@ -16,7 +16,7 @@ mod damping2; mod debug_box_ball2; mod heightfield2; mod joints2; -mod locked_rotation2; +mod locked_rotations2; mod platform2; mod pyramid2; mod restitution2; @@ -60,7 +60,7 @@ pub fn main() { ("Damping", damping2::init_world), ("Heightfield", heightfield2::init_world), ("Joints", joints2::init_world), - ("Locked rotations", locked_rotation2::init_world), + ("Locked rotations", locked_rotations2::init_world), ("Platform", platform2::init_world), ("Pyramid", pyramid2::init_world), ("Restitution", restitution2::init_world), diff --git a/examples2d/locked_rotation2.rs b/examples2d/locked_rotations2.rs index f3d7fc2..f3d7fc2 100644 --- a/examples2d/locked_rotation2.rs +++ b/examples2d/locked_rotations2.rs |
