Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Jan 29, 2024
1 parent d34938c commit 86ceffb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/engine/Source/Scene/Cesium3DTileset.js
Original file line number Diff line number Diff line change
Expand Up @@ -3520,10 +3520,6 @@ Cesium3DTileset.prototype.pick = function (ray, frameState, result) {

for (let i = 0; i < selectedLength; ++i) {
const tile = selectedTiles[i];
// if (!tile.content.hasRenderableContent) {
// continue;
// }

const boundsIntersection = IntersectionTests.raySphere(
ray,
tile.contentBoundingVolume.boundingSphere,
Expand Down

0 comments on commit 86ceffb

Please sign in to comment.