We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ed5558 commit 71509e1Copy full SHA for 71509e1
1 file changed
src/base/TilesRendererBase.js
@@ -825,9 +825,9 @@ export class TilesRendererBase {
825
}
826
827
// dispatch an event indicating that this model has completed
828
+ this.dispatchEvent( { type: 'load-content' } );
829
if ( tile.cached.scene ) {
830
- this.dispatchEvent( { type: 'load-content' } );
831
this.dispatchEvent( {
832
type: 'load-model',
833
scene: tile.cached.scene,
0 commit comments