Skip to content

Commit

Permalink
test: fix clang
Browse files Browse the repository at this point in the history
  • Loading branch information
dudantas authored Nov 28, 2023
1 parent 9e38114 commit c3a2257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source/main_menubar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2468,6 +2468,7 @@ namespace SearchWallsUponWalls {
return;
}


if (item->isWall() || item->isDoor()) {
std::unordered_set<int> itemIDs;
for (Item* itemInTile : tile->items) {
Expand Down

0 comments on commit c3a2257

Please sign in to comment.