Skip to content

Commit

Permalink
Merge pull request #168 from AnalyticalGraphicsInc/states-disable
Browse files Browse the repository at this point in the history
addDefaults doesn't add states.disable
  • Loading branch information
lilleyse committed Sep 1, 2016
2 parents 65ea22a + f5623a7 commit 853f005
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/addDefaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -431,10 +431,6 @@ function statesDefaults(states) {
if (!defined(states.enable)) {
states.enable = [];
}

if (!defined(states.disable)) {
states.disable = [];
}
}

function techniqueDefaults(gltf) {
Expand Down

0 comments on commit 853f005

Please sign in to comment.