Skip to content

Commit

Permalink
Remove unused field
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson committed Dec 20, 2023
1 parent 5c1da4b commit 83d0888
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 @@ -429,7 +429,6 @@ export function toggleTiles( tile, renderer ) {
tile.__wasSetActive = setActive;
tile.__wasSetVisible = setVisible;
tile.__usedLastFrame = isUsed;
tile.__wasInFrustum = tile.__inFrustum;

const children = tile.children;
for ( let i = 0, l = children.length; i < l; i ++ ) {
Expand Down

0 comments on commit 83d0888

Please sign in to comment.