提交 bdcb2510 编写于 作者: S Sean Griffin

Don't unbind createMaterial in Loader

上级 e5f0ec13
......@@ -11248,7 +11248,7 @@ THREE.Loader.prototype = {
for ( var i = 0; i < materials.length; ++ i ) {
array[ i ] = THREE.Loader.prototype.createMaterial( materials[ i ], texturePath );
array[ i ] = this.createMaterial( materials[ i ], texturePath );
}
......
......@@ -77,7 +77,7 @@ THREE.Loader.prototype = {
for ( var i = 0; i < materials.length; ++ i ) {
array[ i ] = THREE.Loader.prototype.createMaterial( materials[ i ], texturePath );
array[ i ] = this.createMaterial( materials[ i ], texturePath );
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册