提交 754975ff 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #12362 from looeee/FBXLoader_base64_image_check

FbxLoader base64 image parsing error fix update
......@@ -262,7 +262,7 @@
if ( typeof content === 'string' ) {
// ASCII format sometimes adds an extra character to the end of the content string
if ( content.slice( - 1 ) !== '=' ) {
if ( content.slice( - 1 ) === ',' ) {
content = content.slice( 0, - 1 );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册