Skip to content

Commit

Permalink
Update cBloom.fx
Browse files Browse the repository at this point in the history
  • Loading branch information
papadanku committed Jun 28, 2024
1 parent 992f9bc commit 6640fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaders/cBloom.fx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ float3 GetKarisAverage(Sample Group[4])

for (int i = 0; i < 4; i++)
{
OutputColor += (Group[i].Color * Group[i].Weight);
OutputColor += Group[i].Color;
WeightSum += Group[i].Weight;
}

Expand Down

0 comments on commit 6640fb4

Please sign in to comment.