mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-28 22:52:45 +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;
|
glAlphaFunc = mAlphaFunc;
|
||||||
glAlphaThreshold = mAlphaThreshold;
|
glAlphaThreshold = mAlphaThreshold;
|
||||||
::glBlendFunc(mAlphaFunc, mAlphaThreshold);
|
::glAlphaFunc(mAlphaFunc, mAlphaThreshold);
|
||||||
}
|
}
|
||||||
if (mAlphaTest != glAlphaTest)
|
if (mAlphaTest != glAlphaTest)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue