aboutsummaryrefslogtreecommitdiff
path: root/src/dynamics/ccd
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2021-04-02 14:01:08 +0200
committerCrozet Sébastien <developer@crozet.re>2021-04-02 14:20:51 +0200
commite66740e950a075b011330497b4000114e44f120f (patch)
tree2a4bf0efcfb719299790d33c63b02ddba145ac8e /src/dynamics/ccd
parentb3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff)
downloadrapier-e66740e950a075b011330497b4000114e44f120f.tar.gz
rapier-e66740e950a075b011330497b4000114e44f120f.tar.bz2
rapier-e66740e950a075b011330497b4000114e44f120f.zip
Release v0.7.0
Diffstat (limited to 'src/dynamics/ccd')
-rw-r--r--src/dynamics/ccd/toi_entry.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dynamics/ccd/toi_entry.rs b/src/dynamics/ccd/toi_entry.rs
index cc6773c..f1066e0 100644
--- a/src/dynamics/ccd/toi_entry.rs
+++ b/src/dynamics/ccd/toi_entry.rs
@@ -130,7 +130,6 @@ impl TOIEntry {
fn body_motion(body: &RigidBody) -> NonlinearRigidMotion {
if body.is_ccd_active() {
NonlinearRigidMotion::new(
- 0.0,
body.position,
body.mass_properties.local_com,
body.linvel,