- moved DrawSorted back to HWDrawList.

This commit is contained in:
Christoph Oelckers 2018-10-25 22:45:55 +02:00
commit 4f4bcd2d7d
8 changed files with 91 additions and 87 deletions

View file

@ -62,7 +62,6 @@ void FGLRenderState::Reset()
mGlossiness = 0.0f;
mSpecularLevel = 0.0f;
mShaderTimer = 0.0f;
ClearClipSplit();
stRenderStyle = DefaultRenderStyle();
stSrcBlend = stDstBlend = -1;