Skip to content

Commit

Permalink
Fix spec to properly "mock" having content
Browse files Browse the repository at this point in the history
  • Loading branch information
javagl committed Jan 21, 2025
1 parent 34ef08d commit cefb360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/engine/Specs/Scene/Cesium3DTilesetSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -1407,7 +1407,7 @@ describe(

const root = tileset.root;
root.refine = Cesium3DTileRefine.REPLACE;
root.hasEmptyContent = false; // mock content
root.hasRenderableContent = true; // mock content
tileset.maximumScreenSpaceError = 0.0; // Force root tile to always not meet SSE since this is just checking the request volume

// Renders all 5 tiles
Expand Down

0 comments on commit cefb360

Please sign in to comment.