Update crates/border-wars/src/map/renderer.rs
Some checks failed
Rust Checks / checks (push) Failing after 6s
Rust Checks / checks (pull_request) Failing after 5s

This commit is contained in:
CoCo_Sol 2024-03-05 17:46:21 +00:00
parent e3049a126a
commit c1eb70ed7e

View file

@ -38,8 +38,8 @@ impl Tile {
/// Returns the size of the image of the tile. /// Returns the size of the image of the tile.
/// ///
/// TODO: we are currently using temporary images that will modify /// TODO: we are currently using temporary images that will modify
/// this function in the future. /// this function in the future.
const fn get_image_size(&self) -> Vec2 { const fn get_image_size(&self) -> Vec2 {
match self { match self {
Self::Grass => Vec2 { Self::Grass => Vec2 {