Skip to content

Commit

Permalink
Fix incorrect function usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Mar 12, 2024
1 parent ba6a57c commit e88d2e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/FadeTilesRenderer.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function onTileVisibilityChange( scene, tile, visible ) {
function onLoadModel( scene, tile ) {

this._fadeManager.prepareObject( scene );
this._tileMap.add( scene, tile );
this._tileMap.set( scene, tile );

}

Expand Down

0 comments on commit e88d2e7

Please sign in to comment.