update
Some checks failed
Rust Checks / checks (push) Failing after 5s
Rust Checks / checks (pull_request) Failing after 5s

This commit is contained in:
CoCo_Sol 2024-02-18 21:00:42 +01:00
parent fcd0bdf9ed
commit d3c89956a1

View file

@ -71,7 +71,6 @@ 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 : [EndMapGenerationEvent] is received.
fn delete_map( fn delete_map(
mut commands: Commands, mut commands: Commands,