summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-10-31 09:25:38 +0200
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-11-18 09:13:53 +0100
commite9f849e4d08ac085ae7fbf336c5714e8140fdbdf (patch)
treee6f3e842f908ac3b28a2103604bea442337e106f /src/mbgl/style/style.hpp
parentce14037b552eafa9fa8da50f64bc562d95001309 (diff)
downloadqtlocation-mapboxgl-e9f849e4d08ac085ae7fbf336c5714e8140fdbdf.tar.gz
[core] Sort symbol render tiles prior to rendering
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index 1af020d6c2..4ad540acd1 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -90,7 +90,7 @@ public:
bool hasClass(const std::string&) const;
std::vector<std::string> getClasses() const;
- RenderData getRenderData(MapDebugOptions) const;
+ RenderData getRenderData(MapDebugOptions, float angle) const;
std::vector<Feature> queryRenderedFeatures(const QueryParameters&) const;