diff options
| author | Crozet Sébastien <developer@crozet.re> | 2020-10-27 09:25:58 +0100 |
|---|---|---|
| committer | Crozet Sébastien <developer@crozet.re> | 2020-10-27 09:25:58 +0100 |
| commit | ffbc3c02c7d328d5c48a3efb84d35f5911f1880b (patch) | |
| tree | 16ccb1aedc30d5c09d59e6ee5c7faa987e67b202 /src/geometry/round_cylinder.rs | |
| parent | 8c872dc0af9ece127a87b4adb112b0e1ed6ab249 (diff) | |
| download | rapier-ffbc3c02c7d328d5c48a3efb84d35f5911f1880b.tar.gz rapier-ffbc3c02c7d328d5c48a3efb84d35f5911f1880b.tar.bz2 rapier-ffbc3c02c7d328d5c48a3efb84d35f5911f1880b.zip | |
Fix 2D compilation.
Diffstat (limited to 'src/geometry/round_cylinder.rs')
| -rw-r--r-- | src/geometry/round_cylinder.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/geometry/round_cylinder.rs b/src/geometry/round_cylinder.rs index 4e2afa7..ce8b43b 100644 --- a/src/geometry/round_cylinder.rs +++ b/src/geometry/round_cylinder.rs @@ -1,4 +1,3 @@ -#[cfg(feature = "dim3")] use crate::geometry::Cylinder; use crate::math::{Isometry, Point, Vector}; use na::Unit; |
