- removed FRenderState::set2DMode because it had no effect. This looks like development garbage from old times.

This commit is contained in:
Christoph Oelckers 2016-08-14 09:14:26 +02:00
commit 4e8a96aa0e
5 changed files with 1 additions and 12 deletions

View file

@ -81,7 +81,6 @@ void FRenderState::Reset()
mAlphaThreshold = 0.5f;
mBlendEquation = GL_FUNC_ADD;
mObjectColor = 0xffffffff;
m2D = true;
mVertexBuffer = mCurrentVertexBuffer = NULL;
mColormapState = CM_DEFAULT;
mLightParms[3] = -1.f;