summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-06-26 08:50:49 -0700
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-06-26 16:19:06 -0700
commit24a00231f3f6cf119e3e7e349d1b43ff36750ca9 (patch)
treec210eec15bbfdc2f389416da6dc5e3847fb668ed /src
parent150fc6b643e0f10d2fb98d056ee4ea6a159596fb (diff)
downloadqtlocation-mapboxgl-24a00231f3f6cf119e3e7e349d1b43ff36750ca9.tar.gz
[core] fix render doesn’t flag style mutation
Diffstat (limited to 'src')
-rw-r--r--src/mbgl/map/map.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/map/map.cpp b/src/mbgl/map/map.cpp
index 37442770fa..d52315d19c 100644
--- a/src/mbgl/map/map.cpp
+++ b/src/mbgl/map/map.cpp
@@ -238,8 +238,8 @@ void Map::Impl::render(View& view) {
transform.getState(),
style->impl->getGlyphURL(),
style->impl->spriteLoaded,
- style->getTransitionOptions(),
- style->getLight()->impl,
+ style->impl->getTransitionOptions(),
+ style->impl->getLight()->impl,
style->impl->getImageImpls(),
style->impl->getSourceImpls(),
style->impl->getLayerImpls(),