Skip to content

Commit 71509e1

Browse files
committed
Fix content event
1 parent 5ed5558 commit 71509e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/base/TilesRendererBase.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,9 +825,9 @@ export class TilesRendererBase {
825825
}
826826

827827
// dispatch an event indicating that this model has completed
828+
this.dispatchEvent( { type: 'load-content' } );
828829
if ( tile.cached.scene ) {
829830

830-
this.dispatchEvent( { type: 'load-content' } );
831831
this.dispatchEvent( {
832832
type: 'load-model',
833833
scene: tile.cached.scene,

0 commit comments

Comments
 (0)