Fixed #7685
This commit is contained in:
@@ -424,12 +424,12 @@ public class BlockRenderer{
|
||||
|
||||
if(build != null){
|
||||
if(visible){
|
||||
build.visibleFlags |= (1L << pteam.id);
|
||||
if(!build.wasVisible){
|
||||
build.wasVisible = true;
|
||||
updateShadow(build);
|
||||
renderer.minimap.update(tile);
|
||||
}
|
||||
build.visibleFlags |= (1L << pteam.id);
|
||||
build.wasVisible = true;
|
||||
}
|
||||
|
||||
if(build.damaged()){
|
||||
|
||||
Reference in New Issue
Block a user