Changed default option to false for smooth_pan_enable.

This commit is contained in:
Scott Williams 2021-01-08 21:08:57 +00:00 committed by Imbris
parent fcdeca349f
commit c09098ee5f
2 changed files with 2 additions and 1 deletions

View File

@ -32,6 +32,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Translations are now folders with multiple files instead of a huge single file
- Default inventory slots reduced to 18 - existing characters given 3x 6-slot bags as compensation
- Protection rating was moved to the top left of the loadout view
- Changed camera smoothing to be off by default.
### Removed

View File

@ -532,7 +532,7 @@ impl Default for GameplaySettings {
zoom_sensitivity: 100,
zoom_inversion: false,
mouse_y_inversion: false,
smooth_pan_enable: true,
smooth_pan_enable: false,
toggle_debug: false,
sct: true,
sct_player_batch: false,