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:
Dustin Carlino 2022-06-10 14:40:53 +01:00
parent 9a7d4c3442
commit 54e240f2c0

View File

@ -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);