aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/control/ray_cast_vehicle_controller.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/ray_cast_vehicle_controller.rs b/src/control/ray_cast_vehicle_controller.rs
index 0d0a437..bea698c 100644
--- a/src/control/ray_cast_vehicle_controller.rs
+++ b/src/control/ray_cast_vehicle_controller.rs
@@ -135,7 +135,7 @@ pub struct Wheel {
///
/// The larger the value, the more instantaneous braking will happen (with the risk of
/// causing the vehicle to flip if it’s too strong).
- friction_slip: Real,
+ pub friction_slip: Real,
/// The wheel’s current rotation on its axle.
pub rotation: Real,
delta_rotation: Real,