Skip to content

Commit

Permalink
PMREMGenerator: Clean up.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed Feb 11, 2022
1 parent 507459c commit 89b30b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extras/PMREMGenerator.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ class PMREMGenerator {
};

const cubeUVRenderTarget = _createRenderTarget( width, height, params );
cubeUVRenderTarget.texture.image = { width, height };

if ( this._pingPongRenderTarget === null || this._pingPongRenderTarget.width !== width ) {

Expand Down

0 comments on commit 89b30b3

Please sign in to comment.