提交 780de6d6 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #11601 from dhritzkiv/patch-11

Uncomment usage of TextDecoder in GLTFLoader
......@@ -666,7 +666,7 @@ THREE.GLTFLoader = ( function () {
if ( window.TextDecoder !== undefined ) {
//return new TextDecoder().decode( array );
return new TextDecoder().decode( array );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册