change doc
Some checks failed
Rust Checks / checks (push) Has been cancelled
Rust Checks / checks (pull_request) Successful in 1m10s

This commit is contained in:
CoCo_Sol 2024-02-16 22:54:16 +01:00
parent c8ad4818ab
commit ef693b54d9

View file

@ -28,7 +28,7 @@ pub struct MapGenerationEvent {
pub radius: usize, pub radius: usize,
} }
/// spawns the tiles. /// spawns the tiles if the event is received.
fn generate_map( fn generate_map(
mut event: EventReader<MapGenerationEvent>, mut event: EventReader<MapGenerationEvent>,
mut commands: Commands, mut commands: Commands,