Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a small uid awsome bug
  • Loading branch information
degasus committed Jul 23, 2013
1 parent 9795d10 commit 0ba6d12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/VideoCommon/Src/PixelShaderGen.cpp
Expand Up @@ -1118,7 +1118,7 @@ static void WriteAlphaTest(T& out, pixel_shader_uid_data& uid_data, API_TYPE Api
out.Write("\tif(!( ");

uid_data.alpha_test_comp0 = bpmem.alpha_test.comp0;
uid_data.alpha_test_logic = bpmem.alpha_test.comp1;
uid_data.alpha_test_comp1 = bpmem.alpha_test.comp1;
uid_data.alpha_test_logic = bpmem.alpha_test.logic;

// Lookup the first component from the alpha function table
Expand Down

0 comments on commit 0ba6d12

Please sign in to comment.