Skip to content

Commit

Permalink
don't call _render() directly, fix #5543
Browse files Browse the repository at this point in the history
  • Loading branch information
ansis committed Oct 30, 2017
1 parent 0bca909 commit 7bc7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/benchmarks/paint.js
Expand Up @@ -23,7 +23,7 @@ module.exports = class Paint extends Benchmark {
for (const map of this.maps) {
map._styleDirty = true;
map._sourcesDirty = true;
map._render();
map._rerender();
}
}

Expand Down

0 comments on commit 7bc7bb8

Please sign in to comment.