Skip to content

Commit

Permalink
syntax error!
Browse files Browse the repository at this point in the history
  • Loading branch information
bcamper committed Apr 9, 2019
1 parent 593c312 commit 62fcb1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scene/scene.js
Original file line number Diff line number Diff line change
Expand Up @@ -1333,7 +1333,7 @@ export default class Scene {
// Fires event when rendered tile set or style changes
updateViewComplete () {
if ((this.render_count_changed || this.generation !== this.last_complete_generation) &&
!this.building
!this.building &&
this.tile_manager.allVisibleTilesLabeled()) {
this.tile_manager.updateLabels();
this.last_complete_generation = this.generation;
Expand Down

0 comments on commit 62fcb1e

Please sign in to comment.