summaryrefslogtreecommitdiff
path: root/src/mbgl/programs/gl/heatmap_texture.cpp
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2019-05-03 11:41:49 +0200
committerKonstantin Käfer <mail@kkaefer.com>2019-05-08 14:10:11 +0200
commita53c88159fa084d5dc9dae3ed298cc150a4db7ce (patch)
tree1f3f91df0d6c52f2efd7a1cafadc8774044ca591 /src/mbgl/programs/gl/heatmap_texture.cpp
parent20a807fdf36e2609973451ef8d0e49472a59db91 (diff)
downloadqtlocation-mapboxgl-a53c88159fa084d5dc9dae3ed298cc150a4db7ce.tar.gz
[core] upgrade mapbox-gl-js pin to the most recent version
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;