Skip to content

Commit

Permalink
fix: address issue that that snow particle effect wasn’t configurable
Browse files Browse the repository at this point in the history
  • Loading branch information
paulo-roger authored and ghost91- committed Dec 17, 2022
1 parent 536a9b6 commit bfb05d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/particle-effects/effects/snow.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export class SnowParticleEffect extends FXMasterParticleEffect {
data: { x: 0, y: -0.1 * d.height, w: d.width, h: d.height },
},
});
this.applyOptionsToConfig(options, config);
return [this.createEmitter(config)];
}
}

0 comments on commit bfb05d8

Please sign in to comment.