Skip to content

Commit

Permalink
fix(session): Use better default for controller prediction (#2643)
Browse files Browse the repository at this point in the history
  • Loading branch information
zmerp authored Jan 18, 2025
1 parent f69b428 commit 283ea74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alvr/session/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1792,7 +1792,7 @@ pub fn session_settings_default() -> SettingsDefault {
deactivation_delay: 100,
},
},
steamvr_pipeline_frames: 3.0,
steamvr_pipeline_frames: 2.1,
linear_velocity_cutoff: 0.05,
angular_velocity_cutoff: 10.0,
left_controller_position_offset: ArrayDefault {
Expand Down

0 comments on commit 283ea74

Please sign in to comment.