mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-12-29 01:13:53 +03:00
properly fix the crashing border intersection
This commit is contained in:
parent
0814974885
commit
3ca998b08e
@ -156,8 +156,7 @@ impl IntersectionSimState {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return;
|
||||
//unreachable!()
|
||||
assert!(map.get_i(i).is_border());
|
||||
};
|
||||
|
||||
for req in protected {
|
||||
|
Loading…
Reference in New Issue
Block a user