feat(topola-egui): Display origin-destination by default

This commit is contained in:
Mikolaj Wielgus 2025-11-29 16:02:41 +01:00
parent 9568505e7e
commit b9b52fb977
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ impl MenuBar {
show_pathfinding_scores: false,
show_topo_navmesh: false,
show_bboxes: false,
show_origin_destination: false,
show_origin_destination: true,
show_primitive_indices: false,
show_appearance_panel: true,
fix_step_rate: false,