diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2016-11-30 15:34:40 +0200 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2016-12-12 16:49:02 -0800 |
commit | 28be37fcbe527c66fbce34158671beaf82f2ca48 (patch) | |
tree | 37650399220a647c3e987ae99114a94e52eb471c /package.json | |
parent | b0a928dcbcd5865ee9daa8d0f6a30965452ec461 (diff) | |
download | qtlocation-mapboxgl-28be37fcbe527c66fbce34158671beaf82f2ca48.tar.gz |
[core] Swap order of Style::recalculate and Style::relayout
Style::relayout uses source.baseImpl->loaded, a flag which is updated by Style::recalculate. So recalculate first, then relayout.
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0f571c3ddc..266cb61060 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "lodash": "^4.16.4", "mapbox-gl-shaders": "mapbox/mapbox-gl-shaders#b51b85ffb8c512e228c36c5405293ce51d123519", "mapbox-gl-style-spec": "mapbox/mapbox-gl-style-spec#49e8b407bdbbe6f7c92dbcb56d3d51f425fc2653", - "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#9252ffc5108131704b5acf52d78258ac05687871", + "mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#66397c8ee0426537d25e8d4cfcac134ca21a021b", "mkdirp": "^0.5.1", "node-cmake": "^1.2.1", "request": "^2.72.0", |