未验证 提交 3d3a1d51 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13219 from mrdoob/fbxloader-improvements

FBXLoader: Use console.error instead of Error when Inflate is missing.
......@@ -3121,7 +3121,7 @@
if ( window.Zlib === undefined ) {
throw new Error( 'THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js' );
console.error( 'THREE.FBXLoader: External library Inflate.min.js required, obtain or import from https://github.com/imaya/zlib.js' );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册