Skip to content
This repository has been archived by the owner on Nov 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #160 from Unity-Technologies/fxaa-alpha
Browse files Browse the repository at this point in the history
Force alpha to 1 after FXAA
  • Loading branch information
Chman committed 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.