Skip to content

Commit

Permalink
Merge pull request Unity-Technologies#160 from Unity-Technologies/fxa…
Browse files Browse the repository at this point in the history
…a-alpha

Force alpha to 1 after FXAA
  • Loading branch information
Chman authored Apr 20, 2017
2 parents a49e546 + 5e59651 commit 44b7431
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PostProcessing/Resources/Shaders/FXAA.shader
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Shader "Hidden/Post FX/FXAA"

color.rgb = UberSecondPass(color.rgb, i.uv);

return color;
return half4(color.rgb, 1.0);
}

ENDCG
Expand Down

0 comments on commit 44b7431

Please sign in to comment.