Skip to content

Commit

Permalink
Fix google cloud plugin mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 7, 2024
1 parent 52adba7 commit bc5da18
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/three/TilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -383,8 +383,7 @@ export class TilesRenderer extends TilesRendererBase {

this.dispatchEvent( { type: 'load-content' } );

} )
.catch( () => {} );
} );

}

Expand Down

0 comments on commit bc5da18

Please sign in to comment.