update
All checks were successful
Rust Checks / checks (push) Successful in 4m44s
Rust Checks / checks (pull_request) Successful in 2m58s

This commit is contained in:
CoCo_Sol 2024-03-13 07:23:57 +01:00
parent 270e8c54d1
commit 419e36fb01

View file

@ -28,7 +28,7 @@ pub enum SelectedTile {
/// The index (ID) of the selected tile. /// The index (ID) of the selected tile.
Tile(u32), Tile(u32),
/// Any tile is selected. /// Zero tile selected.
#[default] #[default]
None, None,
} }