Skip to content

Commit

Permalink
Fix #756
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Sep 25, 2024
1 parent 821df9b commit 25790f4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/base/traverseFunctions.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ function recursivelyLoadNextRenderableTiles( tile, renderer ) {

// Try to load any external tile set children if the external tile set has loaded.
const doTraverse =
canTraverse( tile, renderer ) &&
isUsedThisFrame( tile, renderer.frameCount ) &&
! tile.__hasRenderableContent && (
! tile.__hasContent ||
Expand Down

0 comments on commit 25790f4

Please sign in to comment.