From f5023837cc8a25ced6fedb10d9b6ef0e6b5cba35 Mon Sep 17 00:00:00 2001 From: JohnTheCoolingFan Date: Tue, 11 Apr 2023 23:02:27 +0300 Subject: [PATCH] Fix comment explaining a system --- examples/hex_neighbors.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,