mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 07:11:54 +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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue