Possible fix for double turret outline
This commit is contained in:
@@ -37,7 +37,7 @@ public class DrawTurret extends DrawBlock{
|
|||||||
part.getOutlines(out);
|
part.getOutlines(out);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(block.region.found()){
|
if(block.region.found() && !(block.outlinedIcon > 0 && block.getGeneratedIcons()[block.outlinedIcon].equals(block.region))){
|
||||||
out.add(block.region);
|
out.add(block.region);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user