summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.cpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-03-03 15:45:51 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-03-03 15:47:03 +0200
commit877adedb0f6dc79aa9d18706d4c8d94d0edb872d (patch)
tree556052292df8a5b071f954a4713afcc3515b7b10 /src/mbgl/style/style.cpp
parentbc63d7522713c941a4d924a739988de98294192c (diff)
downloadqtlocation-mapboxgl-877adedb0f6dc79aa9d18706d4c8d94d0edb872d.tar.gz
[core] Fix style cascade loop when transitioning
Diffstat (limited to 'src/mbgl/style/style.cpp')
-rw-r--r--src/mbgl/style/style.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mbgl/style/style.cpp b/src/mbgl/style/style.cpp
index e5ba08e57f..fcdddb6415 100644
--- a/src/mbgl/style/style.cpp
+++ b/src/mbgl/style/style.cpp
@@ -176,6 +176,7 @@ void Style::recalculate(float z) {
zoomHistory,
data.getDefaultFadeDuration());
+ hasPendingTransitions = false;
for (const auto& layer : layers) {
hasPendingTransitions |= layer->recalculate(parameters);