Skip to content

Commit

Permalink
Merged
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Agafonov committed Oct 12, 2022
2 parents 4124f01 + 8035291 commit 52e9b81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/maploader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ void MapLoader::loadTile(const QPoint &pos)
{
emit loaded(pos, pix);
}
else if(loadFile(cache, pix))

if(loadFile(cache, pix))
{
emit loaded(pos, pix);
}
Expand Down

0 comments on commit 52e9b81

Please sign in to comment.