summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2018-01-24 15:05:28 -0800
committerKonstantin Käfer <mail@kkaefer.com>2018-01-24 15:41:22 -0800
commit2502a3ab2bf793dcb3a41deb5c93290b3c6ce5fd (patch)
tree5c52e96803ae64279a02eb4a00857b75490a9279 /scripts
parent7159a14b35ee380450589d69b1e844282030c19f (diff)
downloadqtlocation-mapboxgl-2502a3ab2bf793dcb3a41deb5c93290b3c6ce5fd.tar.gz
[core] update mapbox-gl-js submodule pin
* disables transition render test (transitions are not supported with Still image rendering in Node.js) * removes support for hillshade-illumniation-direction-transition
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate-shaders.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/generate-shaders.js b/scripts/generate-shaders.js
index b4d1033d45..46c097d51a 100755
--- a/scripts/generate-shaders.js
+++ b/scripts/generate-shaders.js
@@ -7,8 +7,6 @@ const outputPath = 'src/mbgl/shaders';
var shaders = require('../mapbox-gl-js/src/shaders');
-delete shaders.hillshade;
-delete shaders.hillshadePrepare;
delete shaders.heatmap;
delete shaders.heatmapTexture;