|
@@ -228,11 +228,11 @@ function WebGLTextures( _gl, extensions, state, properties, capabilities, utils,
|
|
|
|
|
|
if ( image === undefined ) {
|
|
if ( image === undefined ) {
|
|
|
|
|
|
- console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is undefined', texture );
|
|
|
|
|
|
+ console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is undefined' );
|
|
|
|
|
|
} else if ( image.complete === false ) {
|
|
} else if ( image.complete === false ) {
|
|
|
|
|
|
- console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is incomplete', texture );
|
|
|
|
|
|
+ console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is incomplete' );
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
|