Skip to content

Commit bc5da18

Browse files
committed
Fix google cloud plugin mistake
1 parent 52adba7 commit bc5da18

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/three/TilesRenderer.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,8 +383,7 @@ export class TilesRenderer extends TilesRendererBase {
383383

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

386-
} )
387-
.catch( () => {} );
386+
} );
388387

389388
}
390389

0 commit comments

Comments
 (0)