diff --git a/src/geometry/collider.rs b/src/geometry/collider.rs index 3a6b39b..138b9b8 100644 --- a/src/geometry/collider.rs +++ b/src/geometry/collider.rs @@ -294,7 +294,7 @@ impl ColliderBuilder { a: Point, b: Point, c: Point, - border_radius: f32, + border_radius: Real, ) -> Self { Self::new(SharedShape::round_triangle(a, b, c, border_radius)) }