Skip to content

Commit

Permalink
Merge pull request #4438 from ColdAnkles/cover-island-fix
Browse files Browse the repository at this point in the history
Fix for cover island edge case
  • Loading branch information
cwisniew authored Nov 23, 2023
2 parents 8d3afc1 + 3cb0844 commit 0ca101c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ public boolean addCoverBlocking(AreaTree topology) {
addVisionBlockingSegments(childOcean, false);
}
addVisionBlockingSegments(parentOcean, false);
addVisionBlockingSegments(island, true);

} else if (container instanceof AreaOcean ocean) {
final var parentIsland = ocean.getParentIsland();
Expand Down

0 comments on commit 0ca101c

Please sign in to comment.