Allows selection of an unstable 1 FPS option.

This commit is contained in:
Cody 2019-06-06 15:23:51 -04:00
parent b6f048f843
commit 50a0ce4314
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,