summaryrefslogtreecommitdiff
path: root/src/mbgl/layout/symbol_feature.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/layout/symbol_feature.hpp')
-rw-r--r--src/mbgl/layout/symbol_feature.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/layout/symbol_feature.hpp b/src/mbgl/layout/symbol_feature.hpp
index d0aced1b19..48c2500321 100644
--- a/src/mbgl/layout/symbol_feature.hpp
+++ b/src/mbgl/layout/symbol_feature.hpp
@@ -31,7 +31,7 @@ public:
GeometryCollection geometry;
optional<TaggedString> formattedText;
optional<style::expression::Image> icon;
- float sortKey = 0.0f;
+ double sortKey = 0.0f;
std::size_t index;
bool allowsVerticalWritingMode = false;
};