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

FBXLoader: Switched texture check to old syntax.

上级 a78005a8
......@@ -698,7 +698,7 @@ class FBXTreeParser {
const texture = textureMap.get( id );
if ( texture?.image !== undefined ) {
if ( texture !== undefined && texture.image !== undefined ) {
return texture;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册