diff --git a/core/src/mindustry/world/blocks/power/ThermalGenerator.java b/core/src/mindustry/world/blocks/power/ThermalGenerator.java index 6757b47046..046e20b706 100644 --- a/core/src/mindustry/world/blocks/power/ThermalGenerator.java +++ b/core/src/mindustry/world/blocks/power/ThermalGenerator.java @@ -74,7 +74,7 @@ public class ThermalGenerator extends PowerGenerator{ @Override public TextureRegion[] icons(){ - return spinners ? new TextureRegion[]{region, rotatorRegion} : super.makeIconRegions(); + return spinners ? new TextureRegion[]{region, rotatorRegion} : super.icons(); } public class ThermalGeneratorBuild extends GeneratorBuild{