Skip to content

Commit

Permalink
Fix config defaults (DigitalExtinction#554)
Browse files Browse the repository at this point in the history
Change config defaults to match docs. This was broken by mistake in
DigitalExtinction#453.

This showcases why using DigitalExtinction#537 to generate the docs instead of doing it
manually would be helpful and eliminate human error.
  • Loading branch information
JackCrumpLeys authored Jun 29, 2023
1 parent a5cfd1b commit b7de64d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/conf/src/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ impl Default for Camera {
min_distance: 20.,
max_distance: 80.,
wheel_zoom_sensitivity: 1.1,
touchpad_zoom_sensitivity: 1.1,
rotation_sensitivity: 0.01,
touchpad_zoom_sensitivity: 1.01,
rotation_sensitivity: 0.008,
scroll_inverted: false,
}
}
Expand Down

0 comments on commit b7de64d

Please sign in to comment.