This reverts commit 6598637a7ee942c4098b5c952f73c03c30ac987d.
@@ -2822,7 +2822,6 @@ function WebGLRenderer( parameters ) {
}
- // Generate mipmaps only when copying level 0
if ( level === 0 && dstTexture.generateMipmaps ) _gl.generateMipmap( _gl.TEXTURE_2D );
state.unbindTexture();