未验证 提交 1a560a34 编写于 作者: M Michael Herzog 提交者: GitHub

Merge pull request #15217 from mrdoob/Mugen87-patch-1

Update ObjectLoader.js
......@@ -75,7 +75,7 @@ Object.assign( ObjectLoader.prototype, {
var scope = this;
var path = ( this.path === undefined ) ? LoaderUtils.extractUrlBase( url ) : this.path;
this.resourcePath = this.resourcePath || path;
this.resourcePath = this.resourcePath || path;
var loader = new FileLoader( scope.manager );
loader.setPath( this.path );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册