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
527f33a778
commit
24f7323d04
@ -629,7 +629,7 @@ impl<'a> Widget for SettingsWindow<'a> {
|
|||||||
.iter()
|
.iter()
|
||||||
.position(|&x| x == self.global_state.settings.graphics.max_fps)
|
.position(|&x| x == self.global_state.settings.graphics.max_fps)
|
||||||
.unwrap_or(0),
|
.unwrap_or(0),
|
||||||
1,
|
0,
|
||||||
10,
|
10,
|
||||||
self.imgs.slider_indicator,
|
self.imgs.slider_indicator,
|
||||||
self.imgs.slider,
|
self.imgs.slider,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user