mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 22:12:16 -08:00
Fixed #6852
This commit is contained in:
parent
8e9d0d5c29
commit
ec50ea62d5
1 changed files with 1 additions and 1 deletions
|
|
@ -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{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue