Skip to content

Commit

Permalink
fix(heatmap): performance
Browse files Browse the repository at this point in the history
  • Loading branch information
lzxue committed Mar 18, 2019
1 parent 9a008a0 commit 724d73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layer/heatmapLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export default class HeatMapLayer extends Layer {

afterRender() {
if (this.shapeType !== 'grid' && this.shapeType !== 'hexagon') {
// updateIntensityPass(this);
updateIntensityPass(this);
}
}

Expand Down

0 comments on commit 724d73b

Please sign in to comment.