|
@@ -1339,7 +1339,7 @@ THREE.GLTFExporter.prototype = {
|
|
|
// Clones attribute not to override
|
|
|
var relativeAttribute = attribute.clone();
|
|
|
|
|
|
- if ( !geometry.morphTargetsRelative ) {
|
|
|
+ if ( ! geometry.morphTargetsRelative ) {
|
|
|
|
|
|
for ( var j = 0, jl = attribute.count; j < jl; j ++ ) {
|
|
|
|