From 6262b83cc683db83aef4b3d74b29a04be53fdc3a Mon Sep 17 00:00:00 2001 From: Vladimir Agafonkin Date: Mon, 10 Jun 2019 22:26:16 +0300 Subject: [core] Switch back to a more compact line attributes layout (#14851) * [core] switch back to a more compact line attributes layout * update mapbox-gl-js to point to master --- src/mbgl/programs/attributes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mbgl/programs/attributes.hpp') diff --git a/src/mbgl/programs/attributes.hpp b/src/mbgl/programs/attributes.hpp index 003a3ae03e..2cfa312a4a 100644 --- a/src/mbgl/programs/attributes.hpp +++ b/src/mbgl/programs/attributes.hpp @@ -10,7 +10,7 @@ namespace attributes { MBGL_DEFINE_ATTRIBUTE(int16_t, 2, pos); MBGL_DEFINE_ATTRIBUTE(int16_t, 2, extrude); MBGL_DEFINE_ATTRIBUTE(int16_t, 4, pos_offset); -MBGL_DEFINE_ATTRIBUTE(int16_t, 4, pos_normal); +MBGL_DEFINE_ATTRIBUTE(int16_t, 2, pos_normal); MBGL_DEFINE_ATTRIBUTE(float, 3, projected_pos); MBGL_DEFINE_ATTRIBUTE(int16_t, 2, label_pos); MBGL_DEFINE_ATTRIBUTE(int16_t, 2, anchor_pos); -- cgit v1.2.1