change doc
All checks were successful
Rust Checks / checks (push) Successful in 3m17s
Rust Checks / checks (pull_request) Successful in 2m49s

This commit is contained in:
CoCo_Sol 2024-03-13 14:19:39 +00:00
parent 3d25021fde
commit 7b348fa5b1

View file

@ -28,7 +28,7 @@ pub enum SelectedTile {
}
impl SelectedTile {
/// Returns the index (ID) of the selected tile.
/// Returns the entity of the selected tile.
/// Returns `None` if no tile is selected.
pub const fn get_entity(&self) -> Option<Entity> {
match self {