summaryrefslogtreecommitdiff
path: root/src/mbgl/style
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-06-14 13:07:32 +0200
committerJohn Firebaugh <john.firebaugh@gmail.com>2017-06-14 11:14:05 -0700
commit7a3f7980b056754b336ac22c43fb6289fa64d4e1 (patch)
tree8011b26dda34d732657224fadf7eb27fe39c9be3 /src/mbgl/style
parent174408ed115b9381dadfb0634e9a67643a0975f0 (diff)
downloadqtlocation-mapboxgl-7a3f7980b056754b336ac22c43fb6289fa64d4e1.tar.gz
[core] rename a_gap_width => a_gapwidth, u_gap_width => u_gapwidth to reflect naming in the shader
not sure how this ever worked
Diffstat (limited to 'src/mbgl/style')
-rw-r--r--src/mbgl/style/layers/line_layer_properties.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/layers/line_layer_properties.hpp b/src/mbgl/style/layers/line_layer_properties.hpp
index 5276b41536..7930ed113b 100644
--- a/src/mbgl/style/layers/line_layer_properties.hpp
+++ b/src/mbgl/style/layers/line_layer_properties.hpp
@@ -52,7 +52,7 @@ struct LineWidth : PaintProperty<float> {
static float defaultValue() { return 1; }
};
-struct LineGapWidth : DataDrivenPaintProperty<float, attributes::a_gap_width, uniforms::u_gap_width> {
+struct LineGapWidth : DataDrivenPaintProperty<float, attributes::a_gapwidth, uniforms::u_gapwidth> {
static float defaultValue() { return 0; }
};