Allows selection of an unstable 1 FPS option.

This commit is contained in:
Cody 2019-06-06 15:23:51 -04:00
parent 527f33a778
commit 24f7323d04
No known key found for this signature in database
GPG Key ID: 4953DADF9B6AD3C8

View File

@ -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,