Skip to content

Commit

Permalink
Adjust zoom factor to a value more appropriate for scroll wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
jeevcat committed Jul 4, 2022
1 parent 5bbc69b commit dbc1711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-viewer/src/input/zoom.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ impl Zoom {
///
/// Smaller values will move the camera less with the same input.
/// Larger values will move the camera more with the same input.
const ZOOM_FACTOR: f64 = 0.05;
const ZOOM_FACTOR: f64 = 0.1;

0 comments on commit dbc1711

Please sign in to comment.