diff --git a/src/xr_input/prototype_locomotion.rs b/src/xr_input/prototype_locomotion.rs index 615f9fd..71e708f 100644 --- a/src/xr_input/prototype_locomotion.rs +++ b/src/xr_input/prototype_locomotion.rs @@ -43,7 +43,7 @@ pub struct PrototypeLocomotionConfig { impl Default for PrototypeLocomotionConfig { fn default() -> Self { Self { - locomotion_type: LocomotionType::Hand, + locomotion_type: LocomotionType::Head, locomotion_speed: 1.0, rotation_type: RotationType::Smooth, snap_angle: 45.0 * (PI / 180.0),