Skip to content

Commit

Permalink
Fix advanced example
Browse files Browse the repository at this point in the history
  • Loading branch information
Plonq committed Nov 4, 2024
1 parent 1b02899 commit 8c63e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/advanced.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fn setup(
pitch_upper_limit: Some(TAU / 3.0),
pitch_lower_limit: Some(-TAU / 3.0),
zoom_upper_limit: Some(5.0),
zoom_lower_limit: Some(1.0),
zoom_lower_limit: 1.0,
// Adjust sensitivity of controls
orbit_sensitivity: 1.5,
pan_sensitivity: 0.5,
Expand Down

0 comments on commit 8c63e15

Please sign in to comment.