Skip to content

Commit

Permalink
Merge 83de69c into 877f622
Browse files Browse the repository at this point in the history
  • Loading branch information
Xintong Xia authored Sep 24, 2019
2 parents 877f622 + 83de69c commit 00d687e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/3d-tiles/src/lib/tileset/tile-3d-header.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,6 @@ export default class Tile3DHeader {
const cancelled = !(await this.tileset._requestScheduler.scheduleRequest(this, updatePriority));

if (cancelled) {
console.log('Tile load cancelled');
this._contentState = TILE3D_CONTENT_STATE.UNLOADED;
return false;
}
Expand Down

0 comments on commit 00d687e

Please sign in to comment.