From 24f7323d04d1236bdec8ac4ba567be7c688a870e Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 6 Jun 2019 15:23:51 -0400 Subject: [PATCH] Allows selection of an unstable 1 FPS option. --- voxygen/src/hud/settings_window.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxygen/src/hud/settings_window.rs b/voxygen/src/hud/settings_window.rs index c4fcf0b1b6..f725a95b15 100644 --- a/voxygen/src/hud/settings_window.rs +++ b/voxygen/src/hud/settings_window.rs @@ -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,