From 026ac3297257a9ee3eaf2c1d965f575a0906a066 Mon Sep 17 00:00:00 2001 From: Cody Date: Thu, 6 Jun 2019 15:32:47 -0400 Subject: [PATCH] Amends the suggested 1 FPS option to 15 to prevent accidental session crashes. --- 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 8413f19482..1f7083e04f 100644 --- a/voxygen/src/hud/settings_window.rs +++ b/voxygen/src/hud/settings_window.rs @@ -9,7 +9,7 @@ use conrod_core::{ widget_ids, Colorable, Labelable, Positionable, Sizeable, Widget, WidgetCommon, }; -const FPS_CHOICES: [u32; 11] = [1, 30, 40, 50, 60, 90, 120, 144, 240, 300, 500]; +const FPS_CHOICES: [u32; 11] = [15, 30, 40, 50, 60, 90, 120, 144, 240, 300, 500]; widget_ids! { struct Ids {