mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 11:36:13 +00:00
Remove m_alpha_func sanity check
This commit is contained in:
parent
d1533b606b
commit
8cacbe3567
1 changed files with 1 additions and 1 deletions
|
@ -1080,7 +1080,7 @@ void GLGSRender::ExecCMD()
|
|||
checkForGlError("glFrontFace");
|
||||
}
|
||||
|
||||
if(m_set_alpha_func && m_set_alpha_ref && m_alpha_func)
|
||||
if(m_set_alpha_func && m_set_alpha_ref)
|
||||
{
|
||||
glAlphaFunc(m_alpha_func, m_alpha_ref);
|
||||
checkForGlError("glAlphaFunc");
|
||||
|
|
Loading…
Add table
Reference in a new issue