mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-12 22:14:58 +00:00
Sanity check m_alpha_func
This commit is contained in:
parent
e29a1ddef7
commit
8b9a454e2f
@ -1083,7 +1083,7 @@ void GLGSRender::ExecCMD()
|
||||
checkForGlError("glFrontFace");
|
||||
}
|
||||
|
||||
if(m_set_alpha_func && m_set_alpha_ref)
|
||||
if(m_set_alpha_func && m_set_alpha_ref && m_alpha_func)
|
||||
{
|
||||
glAlphaFunc(m_alpha_func, m_alpha_ref);
|
||||
checkForGlError("glAlphaFunc");
|
||||
|
Loading…
x
Reference in New Issue
Block a user