提交 ea60509b 编写于 作者: M Mr.doob

Clean up.

上级 75580e83
...@@ -511,7 +511,7 @@ THREE.ColladaLoader.prototype = { ...@@ -511,7 +511,7 @@ THREE.ColladaLoader.prototype = {
console.error( 'ColladaLoder: Undefined sampler', sid ); console.error( 'ColladaLoder: Undefined sampler', sid );
return; return null;
} }
......
...@@ -19,9 +19,9 @@ THREE.CubeTexture.prototype.constructor = THREE.CubeTexture; ...@@ -19,9 +19,9 @@ THREE.CubeTexture.prototype.constructor = THREE.CubeTexture;
THREE.CubeTexture.prototype.copy = function ( source ) { THREE.CubeTexture.prototype.copy = function ( source ) {
THREE.Texture.prototype.copy.call( this, source ); THREE.Texture.prototype.copy.call( this, source );
this.images = source.images; this.images = source.images;
return this; return this;
}; };
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册