- FRenderState::Apply does not need to call ApplyColorMask.

This commit is contained in:
Christoph Oelckers 2016-01-01 10:59:34 +01:00
parent 3bad7f9b55
commit f2c890272f

View file

@ -259,7 +259,7 @@ void FRenderState::Apply()
} }
} }
ApplyColorMask(); //ApplyColorMask(); I don't think this is needed.
if (mVertexBuffer != mCurrentVertexBuffer) if (mVertexBuffer != mCurrentVertexBuffer)
{ {