diff --git a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
index 7782a561a3..2a31506352 100644
--- a/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
+++ b/rustdoc/game/pregame/built_info/constant.BUILT_TIME_UTC.html
@@ -1,6 +1,6 @@
pub const BUILT_TIME_UTC: &str = "Tue, 04 May 2021 20:27:17 +0000";
The built-time in RFC2822, UTC
+
pub const BUILT_TIME_UTC: &str = "Wed, 05 May 2021 16:21:36 +0000";
The built-time in RFC2822, UTC
\ No newline at end of file
diff --git a/rustdoc/src/game/edit/roads.rs.html b/rustdoc/src/game/edit/roads.rs.html
index 5b39ddf459..5e54c8364c 100644
--- a/rustdoc/src/game/edit/roads.rs.html
+++ b/rustdoc/src/game/edit/roads.rs.html
@@ -1157,16 +1157,16 @@
let color = Color::hex("#DF8C3D");
let map = &app.primary.map;
- let road = map.get_r(r);
- batch.push(
- color,
- road.center_pts
- .to_thick_boundary(road.get_width(map), OUTLINE_THICKNESS)
- .unwrap(),
- );
-
if let Some(l) = l {
batch.push(color, app.primary.draw_map.get_l(l).get_outline(map));
+ } else {
+ let road = map.get_r(r);
+ batch.push(
+ color,
+ road.center_pts
+ .to_thick_boundary(road.get_width(map), OUTLINE_THICKNESS)
+ .unwrap(),
+ );
}
(l, ctx.upload(batch))
}
diff --git a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html
index 89608705d4..1e3e76eed1 100644
--- a/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html
+++ b/rustdoc/src/game/home/runner/work/abstreet/abstreet/target/debug/build/game-e51c0a1cdd4549fe/out/built.rs.html
@@ -122,7 +122,7 @@
pub const RUSTDOC_VERSION: &str = "rustdoc 1.51.0 (2fd73fabe 2021-03-23)";
-pub const BUILT_TIME_UTC: &str = "Tue, 04 May 2021 20:27:17 +0000";
+pub const BUILT_TIME_UTC: &str = "Wed, 05 May 2021 16:21:36 +0000";
pub const CFG_TARGET_ARCH: &str = "x86_64";