@@ -511,7 +511,7 @@ THREE.ColladaLoader.prototype = {
console.error( 'ColladaLoder: Undefined sampler', sid );
- return;
+ return null;
}
@@ -19,9 +19,9 @@ THREE.CubeTexture.prototype.constructor = THREE.CubeTexture;
THREE.CubeTexture.prototype.copy = function ( source ) {
THREE.Texture.prototype.copy.call( this, source );
-
+
this.images = source.images;
return this;
-};
+};