aboutsummaryrefslogtreecommitdiff
path: root/examples2d/all_examples2.rs
diff options
context:
space:
mode:
authorSébastien Crozet <developer@crozet.re>2020-11-10 17:25:14 +0100
committerGitHub <noreply@github.com>2020-11-10 17:25:14 +0100
commit7af7db6183f39e7c5f4d1e0c0cbf21331d354118 (patch)
treeb04034aa94308993326e3ad2afa373da58820760 /examples2d/all_examples2.rs
parent2102aeb4229a51afc1e050ca8d999e87230adbc0 (diff)
parent17cfa1edd2556d5e14c3368c9ba8f4e52395a57d (diff)
downloadrapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.tar.gz
rapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.tar.bz2
rapier-7af7db6183f39e7c5f4d1e0c0cbf21331d354118.zip
Merge pull request #59 from dimforge/sap_serialization
Sap serialization: skip cache data
Diffstat (limited to 'examples2d/all_examples2.rs')
-rw-r--r--examples2d/all_examples2.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples2d/all_examples2.rs b/examples2d/all_examples2.rs
index 2fe39e5..92606d8 100644
--- a/examples2d/all_examples2.rs
+++ b/examples2d/all_examples2.rs
@@ -14,7 +14,6 @@ mod add_remove2;
mod collision_groups2;
mod damping2;
mod debug_box_ball2;
-mod debug_infinite_fall;
mod heightfield2;
mod joints2;
mod platform2;
@@ -65,7 +64,6 @@ pub fn main() {
("Restitution", restitution2::init_world),
("Sensor", sensor2::init_world),
("(Debug) box ball", debug_box_ball2::init_world),
- ("(Debug) infinite fall", debug_infinite_fall::init_world),
];
// Lexicographic sort, with stress tests moved at the end of the list.