mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
fix alpha test
This commit is contained in:
parent
5fbc190c80
commit
d0300e5f43
1 changed files with 1 additions and 1 deletions
|
@ -1013,7 +1013,7 @@ void GLGSRender::ExecCMD()
|
|||
|
||||
if(m_set_alpha_func && m_set_alpha_ref)
|
||||
{
|
||||
glAlphaFunc(m_alpha_func, m_alpha_ref);
|
||||
glAlphaFunc(m_alpha_func, m_alpha_ref/255.0f);
|
||||
checkForGlError("glAlphaFunc");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue