mindustry logic execution, map- and schematic- parsing and rendering
Diffstat (limited to 'src/block/turrets.rs')
-rw-r--r--src/block/turrets.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block/turrets.rs b/src/block/turrets.rs
index 160c991..1a931ea 100644
--- a/src/block/turrets.rs
+++ b/src/block/turrets.rs
@@ -34,7 +34,7 @@ make_register! {
use crate::data::renderer::*;
use crate::utils::ImageUtils;
-crate::block::simple::make_simple!(TurretBlock, |me: &Self, _, name, _| {
+crate::block::simple::make_simple!(TurretBlock, |me: &Self, _, name, _, _| {
let path = match name {
"breach" | "diffuse" | "sublimate" | "titan" | "disperse" | "afflict" | "lustre"
| "scathe" | "malign" => format!("bases/reinforced-block-{}", me.size),