mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-24 21:41:25 -08:00
Cleanup
This commit is contained in:
parent
68f1efdbdd
commit
69d0751e65
9 changed files with 58 additions and 14 deletions
|
|
@ -554,7 +554,7 @@ public class ApplicationTests{
|
|||
|
||||
for(int x = 5; x < tiles.width && i < content.blocks().size; ){
|
||||
Block block = content.block(i++);
|
||||
if(block.isBuildable()){
|
||||
if(block.canBeBuilt()){
|
||||
x += block.size;
|
||||
tiles.get(x, 5).setBlock(block);
|
||||
x += block.size;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue