Skip to content

Commit

Permalink
Round edge distance, update render test sha
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauren Budorick committed Oct 7, 2016
1 parent 2cdd5f9 commit 8d6415e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/data/bucket/fill_extrusion_bucket.js
Expand Up @@ -77,7 +77,7 @@ FillExtrusionBucket.prototype.addVertex = function(vertexArray, x, y, nx, ny, nz
nz * this.factor * 2,

// a_edgedistance
e
Math.round(e)
);
};

Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -60,7 +60,7 @@
"jsdom": "^9.4.2",
"json-loader": "^0.5.4",
"lodash": "^4.13.1",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#cfd1020fdc77c152a3cb7fed402b444a4073b09b",
"mapbox-gl-test-suite": "mapbox/mapbox-gl-test-suite#353dc4321956dc48653dbbcf30b035180ea0f93c",
"memory-fs": "^0.3.0",
"minifyify": "^7.0.1",
"npm-run-all": "^3.0.0",
Expand Down

0 comments on commit 8d6415e

Please sign in to comment.