summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/hillshade_prepare.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/gl/hillshade_prepare.cpp')
-rw-r--r--src/mbgl/programs/gl/hillshade_prepare.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/programs/gl/hillshade_prepare.cpp b/src/mbgl/programs/gl/hillshade_prepare.cpp
index a302db5feb..0af87635d3 100644
--- a/src/mbgl/programs/gl/hillshade_prepare.cpp
+++ b/src/mbgl/programs/gl/hillshade_prepare.cpp
@@ -16,8 +16,8 @@ template <>
struct ShaderSource<HillshadePrepareProgram> {
static constexpr const char* name = "hillshade_prepare";
static constexpr const uint8_t hash[8] = { 0xe6, 0x01, 0xf2, 0xbb, 0xa0, 0x77, 0x1d, 0xeb };
- static constexpr const auto vertexOffset = 27925;
- static constexpr const auto fragmentOffset = 28218;
+ static constexpr const auto vertexOffset = 27653;
+ static constexpr const auto fragmentOffset = 27946;
};
constexpr const char* ShaderSource<HillshadePrepareProgram>::name;