We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb31501 commit a8a5211Copy full SHA for a8a5211
src/engine/renderer/tr_backend.cpp
@@ -830,9 +830,6 @@ static void RB_SetGL2D()
830
GL_LoadProjectionMatrix( proj );
831
GL_LoadModelViewMatrix( matrixIdentity );
832
833
- // TODO: remove this, state is set wherever drawing is done
834
- GL_State( GLS_DEPTHTEST_DISABLE | GLS_SRCBLEND_SRC_ALPHA | GLS_DSTBLEND_ONE_MINUS_SRC_ALPHA );
835
-
836
GL_Cull( cullType_t::CT_TWO_SIDED );
837
838
// set time for 2D shaders
0 commit comments