Skip to content

Commit

Permalink
Make mipmapBlurPass public readonly
Browse files Browse the repository at this point in the history
Closes #639
  • Loading branch information
vanruesc committed Jul 5, 2024
1 parent b291eae commit fc6d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/effects/BloomEffect.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class BloomEffect extends Effect {
* A mipmap blur pass.
*
* @type {MipmapBlurPass}
* @private
* @readonly
*/

this.mipmapBlurPass = new MipmapBlurPass();
Expand Down

0 comments on commit fc6d472

Please sign in to comment.