Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Mar 14, 2019
1 parent 667fa58 commit 5045510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Specs/Scene/PointCloud3DTileContentSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ defineSuite([

expect(scene).toPickAndCall(function(result) {
// Set culling to true
content._pointCloud.backFaceCulling = true;
tileset.pointCloudShading.backFaceCulling = true;

expect(scene).toPickAndCall(function(result) {
picked = result;
Expand All @@ -487,7 +487,7 @@ defineSuite([
}

// Set culling to false
content._pointCloud.backFaceCulling = false;
tileset.pointCloudShading.backFaceCulling = false;

expect(scene).toPickAndCall(function(result) {
picked = result;
Expand Down

0 comments on commit 5045510

Please sign in to comment.