remove doc
All checks were successful
Rust Checks / checks (push) Successful in 3m30s
Rust Checks / checks (pull_request) Successful in 2m31s

This commit is contained in:
CoCo_Sol 2024-03-13 07:54:42 +01:00
parent 2a00b0f238
commit 3d25021fde

View file

@ -90,7 +90,7 @@ fn mouse_handler(
events_writer.send(ClickOnTheWorld(cursor_position_in_world));
}
/// Get the closest tile to the cursor, send it in an event and select it.
/// Get the closest tile to the cursor and select it.
fn select_closest_tile(
tiles: Query<(Entity, &Transform, &Tile)>,
mut click_event_reader: EventReader<ClickOnTheWorld>,