提交 125dc450 编写于 作者: S Skeel

Fixed bug in MTLLoader.js

上级 1fd0a3fb
......@@ -405,7 +405,7 @@ THREE.MTLLoader.MaterialCreator.prototype = {
};
THREE.MTLLoader.prototype.loadTexture = function ( url, mapping, onLoad, onError ) {
THREE.MTLLoader.MaterialCreator.prototype.loadTexture = function ( url, mapping, onLoad, onError ) {
var isCompressed = /\.dds$/i.test( url );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册