mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-24 23:15:24 +03:00
fix compile error (#420)
This commit is contained in:
parent
fb9635e8c8
commit
d0f093d95a
@ -38,10 +38,7 @@ impl State<App> for CensusGenerator {
|
||||
}
|
||||
"Generate" => {
|
||||
// Generate this from self.panel
|
||||
let config = Config {
|
||||
percent_drivers: 0.8,
|
||||
};
|
||||
|
||||
let config = Config::default();
|
||||
let scenario = popdat::generate_scenario(
|
||||
"typical monday",
|
||||
config,
|
||||
|
Loading…
Reference in New Issue
Block a user