diff --git a/examples/hex_neighbors.rs b/examples/hex_neighbors.rs index e6b9d3d5..6a438441 100644 --- a/examples/hex_neighbors.rs +++ b/examples/hex_neighbors.rs @@ -328,7 +328,7 @@ fn hover_highlight_tile_label( #[derive(Component)] struct NeighborHighlight; -// Swaps the map type, when user presses SPACE +// Highlight neighbor tiles of hovered tile #[allow(clippy::too_many_arguments)] fn highlight_neighbor_label( mut commands: Commands,