We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e957cc8 commit 812a564Copy full SHA for 812a564
crates/lambda-rs-platform/src/physics/rapier2d.rs
@@ -1355,6 +1355,8 @@ impl PhysicsBackend2D {
1355
});
1356
}
1357
1358
+ // Check for ended contacts by looking for body pairs that were active in the
1359
+ // previous step but are missing from the current step.
1360
for body_pair_key in self.active_body_pair_order_2d.iter().copied() {
1361
if current_body_pair_contacts.contains_key(&body_pair_key) {
1362
continue;
0 commit comments