Skip to content

Commit

Permalink
[2D] - Removed fix for bloom effect, didn't work as expected.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tape-Worm committed Aug 8, 2021
1 parent be5e4b5 commit c025610
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -498,7 +498,7 @@ protected override Gorgon2DBatchState OnGetBatchState(int passIndex, IGorgon2DEf
// This guy changes frequently, so we'll use an allocator to ensure our GCs are kept minimal.
_finalPassBatchState = builders.BatchBuilder
.Clear()
.BlendState(GorgonBlendState.Additive)
.BlendState(GorgonBlendState.NoBlending)
.PixelShaderState(_shaderBuilder.Clear()
.Shader(_finalPassShader)
.SamplerState(GorgonSamplerState.Default, 1)
Expand Down

0 comments on commit c025610

Please sign in to comment.