mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Changes the fallback slider value to a safe one.
This commit is contained in:
parent
24f7323d04
commit
e18947eed1
@ -628,7 +628,7 @@ impl<'a> Widget for SettingsWindow<'a> {
|
||||
FPS_CHOICES
|
||||
.iter()
|
||||
.position(|&x| x == self.global_state.settings.graphics.max_fps)
|
||||
.unwrap_or(0),
|
||||
.unwrap_or(5),
|
||||
0,
|
||||
10,
|
||||
self.imgs.slider_indicator,
|
||||
|
Loading…
Reference in New Issue
Block a user