change doc
All checks were successful
Rust Checks / checks (push) Successful in 3m51s
Rust Checks / checks (pull_request) Successful in 1m46s

This commit is contained in:
CoCo_Sol 2024-02-20 11:31:08 +01:00
parent 748bde27b4
commit 07ffb9e45c

View file

@ -71,7 +71,7 @@ fn get_type_tile(position: (f32, f32), noise: &Perlin) -> Tile {
}
}
/// Despawns the tiles if the event : [EndMapGenerationEvent] is received.
/// Despawns the tiles if the event : [MapGenerationEvent] is received.
fn delete_map(
mut commands: Commands,
query: Query<Entity, With<Tile>>,