提交 1607aed9 编写于 作者: V vyv03354

Fixed style nits

上级 3b8d84b5
......@@ -2997,7 +2997,7 @@ THREE.GLTFLoader = ( function () {
} else if ( objects.length === 1 ) {
node = objects[0];
node = objects[ 0 ];
} else {
......@@ -3005,11 +3005,11 @@ THREE.GLTFLoader = ( function () {
}
if (node !== objects[0]) {
if ( node !== objects[ 0 ] ) {
for ( var i = 0, il = objects.length; i < il; i ++ ) {
node.add( objects[i] );
node.add( objects[ i ] );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册