Skip to content

Commit

Permalink
fixes mrdoob#10026
Browse files Browse the repository at this point in the history
  • Loading branch information
makc authored Nov 5, 2016
1 parent 9a27a70 commit b8703f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/loaders/GLTFLoader.js
Original file line number Diff line number Diff line change
Expand Up @@ -1080,7 +1080,7 @@ GLTFParser.prototype.loadMaterials = function() {

}

if ( value ) {
if ( value !== undefined ) {

uvalue = value;

Expand Down

0 comments on commit b8703f9

Please sign in to comment.