diff options
| author | Sébastien Crozet <developer@crozet.re> | 2021-04-02 14:35:34 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-02 14:35:34 +0200 |
| commit | 4a0b390f9b684bcd58a48fec06f4a2c95e6f21d4 (patch) | |
| tree | 2a4bf0efcfb719299790d33c63b02ddba145ac8e /src/dynamics/ccd | |
| parent | b3b68b0c71b0512c68a89966655a3c0cca60fd85 (diff) | |
| parent | e66740e950a075b011330497b4000114e44f120f (diff) | |
| download | rapier-0.7.0.tar.gz rapier-0.7.0.tar.bz2 rapier-0.7.0.zip | |
Merge pull request #161 from dimforge/release_v0.7.0v0.7.0
Release v0.7.0
Diffstat (limited to 'src/dynamics/ccd')
| -rw-r--r-- | src/dynamics/ccd/toi_entry.rs | 1 |
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, |
