Skip to content

Commit

Permalink
fixes #10026 (#10027)
Browse files Browse the repository at this point in the history
  • Loading branch information
makc authored and mrdoob committed Nov 5, 2016
1 parent 9a27a70 commit a44dbd9
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 a44dbd9

Please sign in to comment.