mirror of
https://github.com/a-b-street/abstreet.git
synced 2024-11-23 17:07:12 +03:00
Make the LTN route planner easier to see, by drawing all routes highlighted. Previously the faded interior of neighbourhoods covered things up partly.
This commit is contained in:
parent
9a7d4c3442
commit
54e240f2c0
@ -342,8 +342,8 @@ impl State<App> for RoutePlanner {
|
||||
self.top_panel.draw(g);
|
||||
self.left_panel.draw(g);
|
||||
|
||||
self.draw_routes.draw(g);
|
||||
self.world.draw(g);
|
||||
self.draw_routes.draw(g);
|
||||
app.session.draw_all_filters.draw(g);
|
||||
if g.canvas.is_unzoomed() {
|
||||
self.labels.draw(g, app);
|
||||
|
Loading…
Reference in New Issue
Block a user