|
@@ -8,7 +8,6 @@ THREE.CubeTexture = function ( images, mapping, wrapS, wrapT, magFilter, minFilt
|
|
THREE.Texture.call( this, images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy );
|
|
THREE.Texture.call( this, images, mapping, wrapS, wrapT, magFilter, minFilter, format, type, anisotropy );
|
|
@@ -16,12 +15,12 @@ THREE.CubeTexture = function ( images, mapping, wrapS, wrapT, magFilter, minFilt
|