mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
fix a test broken a bit ago
This commit is contained in:
parent
bb15bdb4d4
commit
c325f91036
@ -28,6 +28,8 @@ pub struct Sim {
|
||||
rng: XorShiftRng,
|
||||
pub time: Tick,
|
||||
pub(crate) map_name: String,
|
||||
// Some tests deliberately set different scenario names for comparisons.
|
||||
#[derivative(PartialEq = "ignore")]
|
||||
scenario_name: String,
|
||||
// TODO not quite the right type to represent durations
|
||||
savestate_every: Option<Tick>,
|
||||
|
Loading…
Reference in New Issue
Block a user