Skip to content

Commit

Permalink
Fix #561 (#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nmzik committed May 22, 2024
1 parent 1e6dd65 commit 6c57a1d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/three/TilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,10 @@ export class TilesRenderer extends TilesRendererBase {
} );


} ).catch( () => {

// error is logged internally

} );
return pr;

Expand Down

0 comments on commit 6c57a1d

Please sign in to comment.