summaryrefslogtreecommitdiff
path: root/include/mbgl/style
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-08-04 18:57:53 +0200
committerKonstantin Käfer <mail@kkaefer.com>2014-08-04 18:59:17 +0200
commit9f99f0bb6081b768fdd3aec03bb6a0c9a4d03300 (patch)
treed0e36a7377e65b779dd55506dbf13ea4ba7b4ae1 /include/mbgl/style
parent056b4a988c1bc68399cc15bf2860a71f7ef068be (diff)
downloadqtlocation-mapboxgl-9f99f0bb6081b768fdd3aec03bb6a0c9a4d03300.tar.gz
change max_angle_delta to max_angle
Diffstat (limited to 'include/mbgl/style')
-rw-r--r--include/mbgl/style/style_bucket.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/style/style_bucket.hpp b/include/mbgl/style/style_bucket.hpp
index a868659ad7..530e0c1259 100644
--- a/include/mbgl/style/style_bucket.hpp
+++ b/include/mbgl/style/style_bucket.hpp
@@ -66,7 +66,7 @@ public:
TextJustifyType justify = TextJustifyType::Center;
TextHorizontalAlignType horizontal_align = TextHorizontalAlignType::Center;
TextVerticalAlignType vertical_align = TextVerticalAlignType::Center;
- float max_angle_delta = 45.0f /* degrees */;
+ float max_angle = 45.0f /* degrees */;
float rotate = 0.0f;
float slant = 0.0f;
float padding = 2.0f;