summaryrefslogtreecommitdiff
path: root/src/map/map.cpp
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2014-11-25 16:31:30 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2014-11-26 15:13:13 -0800
commit9af3b033bf41cd32635172864d58dc169168f9e6 (patch)
treef3e7dc75790f1017821573335dde81e351436282 /src/map/map.cpp
parentd3ba1071cbaf7bc474206774778fdfdec62fc5e3 (diff)
downloadqtlocation-mapboxgl-9af3b033bf41cd32635172864d58dc169168f9e6.tar.gz
Eliminate Map::getStyle()
Diffstat (limited to 'src/map/map.cpp')
-rw-r--r--src/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index e4c5ec92ee..f2822f3967 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -643,7 +643,7 @@ void Map::updateSources(const util::ptr<StyleLayerGroup> &group) {
void Map::updateTiles() {
for (const util::ptr<StyleSource> &source : getActiveSources()) {
source->source->update(*this, getWorker(),
- glyphAtlas, *glyphStore,
+ style, glyphAtlas, *glyphStore,
spriteAtlas, getSprite(),
*texturepool, *fileSource);
}