mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-04 11:47:13 +00:00
fix alpha test
This commit is contained in:
parent
5fbc190c80
commit
d0300e5f43
@ -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…
Reference in New Issue
Block a user