Skip to content
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.

Commit

Permalink
[core] Always attempt placement when new images are available
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabinader committed Aug 21, 2017
1 parent c73ae50 commit e0608df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mbgl/tile/geometry_tile_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@ void GeometryTileWorker::onImagesAvailable(ImageMap newImageMap) {
pendingImageDependencies.erase(it);
}
}
symbolLayoutsNeedPreparation = true;
symbolDependenciesChanged();
}

Expand Down

0 comments on commit e0608df

Please sign in to comment.