Skip to content

Commit

Permalink
aligning the additive blending formula with Bevy
Browse files Browse the repository at this point in the history
  • Loading branch information
Soulghost committed May 31, 2024
1 parent c329779 commit edb2d7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/render/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1237,7 +1237,7 @@ impl SpecializedRenderPipeline for ParticlesRenderPipeline {
operation: BlendOperation::Add,
},
alpha: BlendComponent {
src_factor: BlendFactor::One,
src_factor: BlendFactor::Zero,
dst_factor: BlendFactor::One,
operation: BlendOperation::Add,
},
Expand Down

0 comments on commit edb2d7a

Please sign in to comment.