summaryrefslogtreecommitdiff
path: root/src/mbgl/map/map_context.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/map/map_context.cpp')
-rw-r--r--src/mbgl/map/map_context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/map/map_context.cpp b/src/mbgl/map/map_context.cpp
index dcb4bd0a9e..03da5ee321 100644
--- a/src/mbgl/map/map_context.cpp
+++ b/src/mbgl/map/map_context.cpp
@@ -178,7 +178,7 @@ void MapContext::update() {
}
if (updateFlags & Update::Classes || updateFlags & Update::Zoom) {
- style->recalculate(transformState.getNormalizedZoom());
+ style->recalculate(transformState.getZoom());
}
style->update(transformState, *texturePool);