diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-03-06 16:25:55 +0200 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2016-03-18 01:26:22 +0200 |
commit | f736e46ca4611977d983cdb54ff3d729b8234502 (patch) | |
tree | 75cf5b6456ab1925b5ba770cc7feefd4c90aa1f2 /include | |
parent | 4909169996b333bdb004508544d4b97da1c45412 (diff) | |
download | qtlocation-mapboxgl-f736e46ca4611977d983cdb54ff3d729b8234502.tar.gz |
[core] s/Update::Zoom/Update/RecalculateStyle/
Diffstat (limited to 'include')
-rw-r--r-- | include/mbgl/map/update.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/update.hpp b/include/mbgl/map/update.hpp index 83c2637559..dbabff5bff 100644 --- a/include/mbgl/map/update.hpp +++ b/include/mbgl/map/update.hpp @@ -10,7 +10,7 @@ enum class Update : uint32_t { Dimensions = 1 << 1, DefaultTransition = 1 << 2, Classes = 1 << 3, - Zoom = 1 << 4, + RecalculateStyle = 1 << 4, RenderStill = 1 << 5, Repaint = 1 << 6, Annotations = 1 << 7, |