Skip to content

Commit

Permalink
l
Browse files Browse the repository at this point in the history
  • Loading branch information
jonylu7 committed Jun 16, 2024
1 parent 5b733e0 commit 2cba26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/Map/Tile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class TileClass {
auto it = m_Avatars.begin() + i;
m_Avatars.erase(it);
i--;

// fix this
if (m_Avatars.size() < 4) {
setWalkable(true);
}
Expand Down

0 comments on commit 2cba26b

Please sign in to comment.