Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jan 3, 2019
1 parent 4796014 commit 290b531
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ defineSuite([
}
});

var batch = new StaticGroundGeometryPerMaterialBatch(scene.primitives, MaterialAppearance);
var batch = new StaticGroundGeometryPerMaterialBatch(scene.primitives, ClassificationType.BOTH, MaterialAppearance);

var updater = new EllipseGeometryUpdater(entity, scene);
batch.add(validTime, updater);
Expand Down

0 comments on commit 290b531

Please sign in to comment.