This commit is contained in:
Anuken
2022-11-05 08:36:06 -04:00
parent bd0085a701
commit 0b7156ce13
3 changed files with 3 additions and 4 deletions

View File

@@ -487,6 +487,7 @@ public class BlockRenderer{
}
public void updateShadow(Building build){
if(build.tile == null) return;
int size = build.block.size, of = build.block.sizeOffset, tx = build.tile.x, ty = build.tile.y;
for(int x = 0; x < size; x++){