summaryrefslogtreecommitdiff
path: root/src/mbgl/shaders/line_pattern.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/shaders/line_pattern.cpp')
-rw-r--r--src/mbgl/shaders/line_pattern.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/shaders/line_pattern.cpp b/src/mbgl/shaders/line_pattern.cpp
index ad1ea153c3..66ec2ad0fd 100644
--- a/src/mbgl/shaders/line_pattern.cpp
+++ b/src/mbgl/shaders/line_pattern.cpp
@@ -7,8 +7,8 @@ namespace mbgl {
namespace shaders {
const char* line_pattern::name = "line_pattern";
-const char* line_pattern::vertexSource = source() + 52829;
-const char* line_pattern::fragmentSource = source() + 57905;
+const char* line_pattern::vertexSource = source() + 53433;
+const char* line_pattern::fragmentSource = source() + 58509;
// Uncompressed source of line_pattern.vertex.glsl:
/*