From 03b437f278bbcbd391acd23a4d8fa074915eb00c Mon Sep 17 00:00:00 2001 From: Sébastien Crozet Date: Mon, 31 Aug 2020 19:04:32 +0200 Subject: Disallow contacts between two colliders attached to the same parent. --- examples3d/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples3d') diff --git a/examples3d/Cargo.toml b/examples3d/Cargo.toml index 3176696..8091db8 100644 --- a/examples3d/Cargo.toml +++ b/examples3d/Cargo.toml @@ -24,4 +24,4 @@ path = "../build/rapier3d" [[bin]] name = "all_examples3" -path = "./all_examples3.rs" \ No newline at end of file +path = "./all_examples3.rs" -- cgit