Update BlockRenderer.java (#5259)

1. Ensure consistency of code.
1. Make the code straightforward.
This commit is contained in:
IchHabeKeineNamen
2021-06-07 15:00:31 -04:00
committed by GitHub
parent f4db208d75
commit 5deb8a879e
@@ -194,7 +194,7 @@ public class BlockRenderer{
}
if(brokenFade > 0.001f){
for(BlockPlan block : state.teams.get(player.team()).blocks){
for(BlockPlan block : player.team().data().blocks){
Block b = content.block(block.block);
if(!camera.bounds(Tmp.r1).grow(tilesize * 2f).overlaps(Tmp.r2.setSize(b.size * tilesize).setCenter(block.x * tilesize + b.offset, block.y * tilesize + b.offset))) continue;