mirror of
https://github.com/ZDoom/qzdoom-gpl.git
synced 2024-11-25 05:11:04 +00:00
- FRenderState::Apply does not need to call ApplyColorMask.
This commit is contained in:
parent
3bad7f9b55
commit
f2c890272f
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ void FRenderState::Apply()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ApplyColorMask();
|
//ApplyColorMask(); I don't think this is needed.
|
||||||
|
|
||||||
if (mVertexBuffer != mCurrentVertexBuffer)
|
if (mVertexBuffer != mCurrentVertexBuffer)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue