Skip to content

Commit

Permalink
Remove extra lines / accidental commits
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 20, 2024
1 parent 334ce7a commit 98064cb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/plugins/three/fade/TilesFadePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,9 +256,6 @@ export class TilesFadePlugin {

init( tiles ) {

tiles.lruCache.minSize = 0;
tiles.lruCache.minBytesSize = 0;

const fadeManager = this._fadeManager;
fadeManager.onFadeSetStart = () => {

Expand Down Expand Up @@ -322,7 +319,6 @@ export class TilesFadePlugin {

}


// cancel the visibility change trigger because we're fading and will call this after
// fade completes.
const isFading = this._fadeManager.isFading( scene );
Expand Down

0 comments on commit 98064cb

Please sign in to comment.