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

Commit

Permalink
reset partialParse when starting a new parsing run
Browse files Browse the repository at this point in the history
  • Loading branch information
kkaefer committed Jun 10, 2015
1 parent e58b9ad commit 17fc5a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mbgl/map/tile_worker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ size_t TileWorker::countBuckets() const {

TileParseResult TileWorker::parse(const GeometryTile& geometryTile) {
try {
partialParse = false;
for (const auto& layer : style.layers) {
parseLayer(*layer, geometryTile);
}
Expand Down

1 comment on commit 17fc5a7

@tmpsantos
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch, thanks!

Please sign in to comment.