mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-28 14:42:23 +00:00
Merge branch 'master' into Glew_Version_For_Real
This commit is contained in:
commit
5947584bff
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void FRenderState::Apply(bool forcenoshader)
|
|||
{
|
||||
glAlphaFunc = mAlphaFunc;
|
||||
glAlphaThreshold = mAlphaThreshold;
|
||||
::glBlendFunc(mAlphaFunc, mAlphaThreshold);
|
||||
::glAlphaFunc(mAlphaFunc, mAlphaThreshold);
|
||||
}
|
||||
if (mAlphaTest != glAlphaTest)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue