提交 877ac910 编写于 作者: M Mr.doob

FBXLoader: Use console.error instead of Error when Inflate is missing.

上级 5dc809ba
...@@ -3121,7 +3121,7 @@ ...@@ -3121,7 +3121,7 @@
if ( window.Zlib === undefined ) { 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.
先完成此消息的编辑!
想要评论请 注册