mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-04 13:55:03 -06: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)
|
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");
|
checkForGlError("glAlphaFunc");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user