mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-14 13:21:50 -08:00
Fixed tests
This commit is contained in:
parent
8556b7eef7
commit
f17766c8ce
1 changed files with 1 additions and 1 deletions
|
|
@ -341,7 +341,7 @@ public class ApplicationTests{
|
|||
|
||||
for(int x = 5; x < tiles.length && i < content.blocks().size; ){
|
||||
Block block = content.block(i++);
|
||||
if(block.buildVisibility.get()){
|
||||
if(block.isBuildable()){
|
||||
x += block.size;
|
||||
tiles[x][5].setBlock(block);
|
||||
x += block.size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue