Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lilleyse committed Mar 8, 2017
1 parent 9b8498a commit 72872de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Scene/Cesium3DTileBatchTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -575,9 +575,8 @@ define([
return traverseHierarchyNoParents(hierarchy, instanceIndex, endConditionCallback);
} else if (defined(parentCounts)) {
return traverseHierarchyMultipleParents(hierarchy, instanceIndex, endConditionCallback);
} else {
return traverseHierarchySingleParent(hierarchy, instanceIndex, endConditionCallback);
}
return traverseHierarchySingleParent(hierarchy, instanceIndex, endConditionCallback);
}

function hasPropertyInHierarchy(batchTable, batchId, name) {
Expand Down

0 comments on commit 72872de

Please sign in to comment.