Skip to content

Commit e400684

Browse files
fix url
1 parent d338b21 commit e400684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/loaders/FBXLoader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class FBXLoader extends Loader {
169169
}
170170

171171
// console.log( fbxTree );
172-
let textureLoader = this.manager.getHandler( url );
172+
let textureLoader = this.manager.getHandler( this.resourcePath || path );
173173

174174
if ( textureLoader === null ) {
175175

0 commit comments

Comments
 (0)