Skip to content

Commit

Permalink
Pass undefined instead of GlobeDepth texture for failing unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ebogo1 committed Feb 17, 2022
1 parent 2a04209 commit fbf3de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Scene/TranslucentTileClassificationSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ describe(
executeCommand,
passState,
translucentPrimitive.commands,
globeDepthFramebuffer.depthStencilTexture
undefined
);

expectResources(translucentTileClassification, false);
Expand Down

0 comments on commit fbf3de9

Please sign in to comment.