mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12: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)
|
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…
Add table
Add a link
Reference in a new issue