mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-24 09:24:26 +03:00
Fix crash when viewing settings in osm_viewer
Longer term I think we should default to day_theme for all widgetry apps. That will be easier if we can get rid of pregame theme all together, but that requires re-styling the pre-game screens (which we want to do, but that will take time).
This commit is contained in:
parent
1c2231aced
commit
bf52a84956
@ -40,6 +40,7 @@ impl ColorSchemeChoice {
|
||||
vec![
|
||||
Choice::new("day mode", ColorSchemeChoice::DayMode),
|
||||
Choice::new("night mode", ColorSchemeChoice::NightMode),
|
||||
Choice::new("pregame", ColorSchemeChoice::Pregame),
|
||||
Choice::new("sam green day", ColorSchemeChoice::SAMGreenDay),
|
||||
Choice::new("sam desert day", ColorSchemeChoice::SAMDesertDay),
|
||||
Choice::new("bap", ColorSchemeChoice::BAP),
|
||||
|
Loading…
Reference in New Issue
Block a user