Skip to content

Commit

Permalink
Minor tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Jul 13, 2018
1 parent 91033c5 commit ab89ce1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asset": {
"version": "0.0"
"version": "1.0"
},
"geometricError": 70,
"root": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asset": {
"version": "0.0"
"version": "1.0"
},
"geometricError": 70,
"root": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asset": {
"version": "0.0"
"version": "1.0"
},
"geometricError": 70,
"root": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"asset": {
"version": "0.0"
"version": "1.0"
},
"geometricError": 70,
"root": {
Expand Down
2 changes: 0 additions & 2 deletions Specs/Scene/Batched3DModel3DTileContentSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ defineSuite([
Cesium3DTilesTester.expectRenderTileset(scene, tileset);
var batchTable = tileset._root._content.batchTable;
expect(batchTable._properties).toBeDefined();
expect(batchTable.batchTableBinary).toBeUndefined();
});
});

Expand All @@ -96,7 +95,6 @@ defineSuite([
Cesium3DTilesTester.expectRenderTileset(scene, tileset);
var batchTable = tileset._root._content.batchTable;
expect(batchTable._properties).toBeDefined();
expect(batchTable.batchTableBinary).toBeUndefined();
});
});

Expand Down

0 comments on commit ab89ce1

Please sign in to comment.