From c1eb70ed7e3f126ebf604b92a6b758d1f1a1ea5a Mon Sep 17 00:00:00 2001 From: CoCo_Sol Date: Tue, 5 Mar 2024 17:46:21 +0000 Subject: [PATCH] Update crates/border-wars/src/map/renderer.rs --- crates/border-wars/src/map/renderer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/border-wars/src/map/renderer.rs b/crates/border-wars/src/map/renderer.rs index 0c6968e..ab60f06 100644 --- a/crates/border-wars/src/map/renderer.rs +++ b/crates/border-wars/src/map/renderer.rs @@ -38,8 +38,8 @@ impl Tile { /// Returns the size of the image of the tile. /// - /// TODO: we are currently using temporary images that will modify - /// this function in the future. + /// TODO: we are currently using temporary images that will modify + /// this function in the future. const fn get_image_size(&self) -> Vec2 { match self { Self::Grass => Vec2 {