Skip to content

Commit

Permalink
Merge pull request #7212 from unknownbrackets/dx9-depal
Browse files Browse the repository at this point in the history
dx9: Don't force alpha to 1
  • Loading branch information
hrydgard committed Dec 22, 2014
2 parents 857aab0 + 52abfd9 commit 9eb4bd4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion GPU/Directx9/helper/global.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ static const char * pscode =
"};\n"
"float4 main( PS_IN In ) : COLOR {\n"
" float4 c = tex2D(s, In.Uv);\n"
" c.a = 1.0f;\n"
" return c;\n"
"}\n";

Expand Down

0 comments on commit 9eb4bd4

Please sign in to comment.