properly fix the crashing border intersection

This commit is contained in:
Dustin Carlino 2019-11-23 20:27:00 -08:00
parent 0814974885
commit 3ca998b08e

View File

@ -156,8 +156,7 @@ impl IntersectionSimState {
}
}
} else {
return;
//unreachable!()
assert!(map.get_i(i).is_border());
};
for req in protected {