mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/walls.rs')
-rw-r--r--src/block/walls.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/walls.rs b/src/block/walls.rs
index 0108dc3..f2dcb01 100644
--- a/src/block/walls.rs
+++ b/src/block/walls.rs
@@ -73,7 +73,7 @@ impl BlockLogic for DoorBlock {
_: Option<&RenderingContext>,
_: Rotation,
s: Scale,
- ) -> ImageHolder {
+ ) -> ImageHolder<4> {
if let Some(state) = state {
if *Self::get_state(state) {
return load!(s -> match name {