This commit is contained in:
Anuken
2019-04-25 21:53:17 -04:00
parent 9f5dc7f091
commit 6e1fb71194
5 changed files with 15 additions and 23 deletions

View File

@@ -194,11 +194,11 @@ public class BlockRenderer implements Disposable{
if(block.expanded || !expanded){
if(block.layer != null && block.isLayer(tile)){
if(block.layer != null){
addRequest(tile, block.layer);
}
if(block.layer2 != null && block.isLayer2(tile)){
if(block.layer2 != null){
addRequest(tile, block.layer2);
}