mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Allows selection of an unstable 1 FPS option.
This commit is contained in:
parent
b6f048f843
commit
50a0ce4314
@ -629,7 +629,7 @@ impl<'a> Widget for SettingsWindow<'a> {
|
||||
.iter()
|
||||
.position(|&x| x == self.global_state.settings.graphics.max_fps)
|
||||
.unwrap_or(0),
|
||||
1,
|
||||
0,
|
||||
10,
|
||||
self.imgs.slider_indicator,
|
||||
self.imgs.slider,
|
||||
|
Loading…
x
Reference in New Issue
Block a user