mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/data/autotile.rs')
-rw-r--r--src/data/autotile.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/data/autotile.rs b/src/data/autotile.rs
index ce8361c..92ef1b4 100644
--- a/src/data/autotile.rs
+++ b/src/data/autotile.rs
@@ -122,7 +122,7 @@ pub fn mask2tile(mask: U4, rot: Rotation, name: &str, scale: Scale) -> ImageHold
// from bottom + left
B0011 => match rot {
Rotation::Right => p!("2-0"), // ┬
- Rotation::Up => p!("2-3-h"), // ┤
+ Rotation::Up => p!("2-3-h"), // ┤
_ => unreachable!(),
},
// from right