Skip to content

Commit

Permalink
Fix levels setter
Browse files Browse the repository at this point in the history
  • Loading branch information
vanruesc committed Sep 3, 2022
1 parent 2a94194 commit 3a45746
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/passes/MipmapBlurPass.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ export class MipmapBlurPass extends Pass {
const renderTarget = this.renderTarget;

this.dispose();
this.downsamplingMipmaps = [];
this.upsamplingMipmaps = [];

for(let i = 0; i < value; ++i) {

Expand Down

0 comments on commit 3a45746

Please sign in to comment.