aboutsummaryrefslogtreecommitdiff
path: root/src/geometry/sat.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/geometry/sat.rs')
-rw-r--r--src/geometry/sat.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/sat.rs b/src/geometry/sat.rs
index 44446af..3cd66b4 100644
--- a/src/geometry/sat.rs
+++ b/src/geometry/sat.rs
@@ -298,7 +298,7 @@ pub fn triangle_cuboid_find_local_separating_normal_oneway(
#[cfg(feature = "dim2")]
pub fn segment_cuboid_find_local_separating_normal_oneway(
- segment1: &Segment<f32>,
+ segment1: &Segment,
shape2: &Cuboid,
pos12: &Isometry<f32>,
) -> (f32, Vector<f32>) {