diff options
| author | Sébastien Crozet <developer@crozet.re> | 2022-03-06 22:56:12 +0100 |
|---|---|---|
| committer | Sébastien Crozet <sebastien@crozet.re> | 2022-03-20 21:49:16 +0100 |
| commit | c8a2c0379eee04e78462d5a51d1644cd7e66be23 (patch) | |
| tree | 968cb7be797c8b3d1a84129aa1d8f3bc8b7faa58 /examples3d/all_examples3.rs | |
| parent | 891c08177d090c5f045fd01b5e1b5f7b7b26552f (diff) | |
| download | rapier-c8a2c0379eee04e78462d5a51d1644cd7e66be23.tar.gz rapier-c8a2c0379eee04e78462d5a51d1644cd7e66be23.tar.bz2 rapier-c8a2c0379eee04e78462d5a51d1644cd7e66be23.zip | |
Rename the 3D debug-deserialize example
Diffstat (limited to 'examples3d/all_examples3.rs')
| -rw-r--r-- | examples3d/all_examples3.rs | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/examples3d/all_examples3.rs b/examples3d/all_examples3.rs index 2b51a7f..1bef234 100644 --- a/examples3d/all_examples3.rs +++ b/examples3d/all_examples3.rs @@ -20,12 +20,12 @@ mod debug_articulations3; mod debug_big_colliders3; mod debug_boxes3; mod debug_cylinder3; +mod debug_deserialize3; mod debug_dynamic_collider_add3; mod debug_friction3; mod debug_infinite_fall3; mod debug_prismatic3; mod debug_rollback3; -mod debug_serialized3; mod debug_shape_modification3; mod debug_triangle3; mod debug_trimesh3; @@ -123,10 +123,7 @@ pub fn main() { "(Debug) shape modification", debug_shape_modification3::init_world, ), - ( - "A serialized", - debug_serialized3::init_world, - ), + ("(Debug) deserialize", debug_deserialize3::init_world), ]; // Lexicographic sort, with stress tests moved at the end of the list. |
