diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/control/character_controller.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/control/character_controller.rs b/src/control/character_controller.rs index 206f0f1..7fdfcaa 100644 --- a/src/control/character_controller.rs +++ b/src/control/character_controller.rs @@ -159,7 +159,7 @@ impl Default for KinematicCharacterController { up: Vector::y_axis(), offset: CharacterLength::Relative(0.01), slide: true, - autostep: Some(CharacterAutostep::default()), + autostep: None, max_slope_climb_angle: Real::frac_pi_4(), min_slope_slide_angle: Real::frac_pi_4(), snap_to_ground: Some(CharacterLength::Relative(0.2)), |
