提交 4fb4706d 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #12424 from looeee/FBXLoader_support_jpeg

FBXLoader: support embedded textures with jpeg extension
......@@ -238,6 +238,7 @@
break;
case 'jpg':
case 'jpeg':
type = 'image/jpeg';
break;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册