diff --git a/crates/border-wars/src/map/generation.rs b/crates/border-wars/src/map/generation.rs index 160a1c4..af611c0 100644 --- a/crates/border-wars/src/map/generation.rs +++ b/crates/border-wars/src/map/generation.rs @@ -72,7 +72,7 @@ fn get_type(position: (f32, f32), noise: &Perlin) -> Tile { } } -/// Despawns the tiles if the event : [MapGenerationEvent] is received. +/// Despawns the tiles if the event : [StartMapGeneration] is received. fn delete_map( mut commands: Commands, query: Query>,