Amends the suggested 1 FPS option to 15 to prevent accidental session crashes.

This commit is contained in:
Cody 2019-06-06 15:32:47 -04:00
parent e18947eed1
commit 026ac32972
No known key found for this signature in database
GPG Key ID: 4953DADF9B6AD3C8

View File

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