Skip to content

Commit 9381d72

Browse files
committed
WebGLRenderer: Commented out .complete check as it collides with data:* images.
1 parent 24ac597 commit 9381d72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/renderers/WebGLRenderer.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2838,14 +2838,17 @@ THREE.WebGLRenderer = function ( parameters ) {
28382838

28392839
}
28402840

2841+
/*
28412842
if ( image.complete === false ) {
28422843
28432844
console.warn( 'THREE.WebGLRenderer: Texture marked for update but image is incomplete', texture );
28442845
return;
28452846
28462847
}
2848+
*/
28472849

28482850
uploadTexture( textureProperties, texture, slot );
2851+
28492852
return;
28502853

28512854
}

0 commit comments

Comments
 (0)