Merge branch 'master' of https://github.com/Anuken/Mindustry into 7.0-features

This commit is contained in:
Anuken
2021-09-13 20:52:41 -04:00
82 changed files with 1517 additions and 1114 deletions

View File

@@ -150,7 +150,7 @@ public class BlockRenderer{
public void checkChanges(){
darkEvents.each(pos -> {
var tile = world.tile(pos);
if(tile != null){
if(tile != null && tile.block().fillsTile){
tile.data = world.getWallDarkness(tile);
}
});