提交 031c8aa5 编写于 作者: A Antonio Gomez

GLTFLoader: Fixed indentation for json variable declaration

上级 ee249d72
......@@ -91,7 +91,7 @@ THREE.GLTFLoader = ( function () {
}
var json = JSON.parse( content );
var json = JSON.parse( content );
if ( json.asset === undefined || json.asset.version[ 0 ] < 2 ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册