summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map.cpp
diff options
context:
space:
mode:
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;