提交 18593e6c 编写于 作者: A Arseny Kapoulkine

Fix formatting to make sure mrdoob approves.

上级 8ef4e5cd
......@@ -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 ++ ) {
......
......@@ -1363,7 +1363,7 @@ 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 ++ ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册