提交 f61022d7 编写于 作者: S satori99 提交者: Mr.doob

ObjectLoader reports image load errors to LoadingManager (#9474)

上级 b6b93e21
...@@ -353,6 +353,10 @@ Object.assign( ObjectLoader.prototype, { ...@@ -353,6 +353,10 @@ Object.assign( ObjectLoader.prototype, {
scope.manager.itemEnd( url ); scope.manager.itemEnd( url );
}, undefined, function () {
scope.manager.itemError( url );
} ); } );
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册