aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/geometry/collider.rs2
1 files changed, 1 insertions, 1 deletions
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<Real>,
b: Point<Real>,
c: Point<Real>,
- border_radius: f32,
+ border_radius: Real,
) -> Self {
Self::new(SharedShape::round_triangle(a, b, c, border_radius))
}