mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-10 07:07:03 +07:00
Add missing super load call to StackConveyor (#1964)
This commit is contained in:
parent
e7c3c3f199
commit
969eb4c57f
@ -45,6 +45,8 @@ public class StackConveyor extends Block implements Autotiler{
|
||||
|
||||
@Override
|
||||
public void load(){
|
||||
super.load();
|
||||
|
||||
for(int i = 0; i < regions.length; i++){
|
||||
regions[i] = Core.atlas.find(name + "-" + i);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user