mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Amends the suggested 1 FPS option to 15 to prevent accidental session crashes.
This commit is contained in:
parent
e18947eed1
commit
026ac32972
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user