summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/heatmap_texture.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/programs/gl/heatmap_texture.cpp')
-rw-r--r--src/mbgl/programs/gl/heatmap_texture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mbgl/programs/gl/heatmap_texture.cpp b/src/mbgl/programs/gl/heatmap_texture.cpp
index 57b033d55c..60ef68597d 100644
--- a/src/mbgl/programs/gl/heatmap_texture.cpp
+++ b/src/mbgl/programs/gl/heatmap_texture.cpp
@@ -16,8 +16,8 @@ template <>
struct ShaderSource<HeatmapTextureProgram> {
static constexpr const char* name = "heatmap_texture";
static constexpr const uint8_t hash[8] = { 0x9f, 0xc7, 0x56, 0xb2, 0x9e, 0x8f, 0x15, 0xff };
- static constexpr const auto vertexOffset = 9491;
- static constexpr const auto fragmentOffset = 9671;
+ static constexpr const auto vertexOffset = 9535;
+ static constexpr const auto fragmentOffset = 9715;
};
constexpr const char* ShaderSource<HeatmapTextureProgram>::name;