summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2017-05-30 17:30:05 -0700
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-06-05 19:38:08 -0700
commit97eb62fe7cc10fd882f6e361c461900687361460 (patch)
treee22f3fa7e22ca76d18ee2ee0acef9cd83de7639c /src/mbgl/map/map.cpp
parentf983c2716b807669561e09fc86b765d79938be30 (diff)
downloadqtlocation-mapboxgl-97eb62fe7cc10fd882f6e361c461900687361460.tar.gz
[core] Don't share TransformState reference
Diffstat (limited to 'src/mbgl/map/map.cpp')
-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 dd3d10d253..72fc051440 100644
--- a/src/mbgl/map/map.cpp
+++ b/src/mbgl/map/map.cpp
@@ -249,6 +249,7 @@ void Map::Impl::render(View& view) {
pixelRatio,
debugOptions,
timePoint,
+ transform.getState(),
style->getGlyphURL(),
style->spriteLoaded,
style->getTransitionOptions(),
@@ -258,8 +259,7 @@ void Map::Impl::render(View& view) {
style->getLayerImpls(),
scheduler,
fileSource,
- annotationManager,
- transform.getState()
+ annotationManager
});
updateFlags = Update::Nothing;