diff options
Diffstat (limited to 'src/geometry')
| -rw-r--r-- | src/geometry/collider.rs | 2 |
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)) } |
