Add glstate.colorLogicOp.disable(); to UIShader

This commit is contained in:
raven02 2013-08-24 00:55:53 +08:00
parent 06a2d94fd2
commit 7363bdfbd4

View File

@ -95,6 +95,9 @@ void UIShader_Prepare()
glstate.depthTest.disable();
glstate.scissorTest.disable();
glstate.stencilTest.disable();
#if !defined(USING_GLES2)
glstate.colorLogicOp.disable();
#endif
glstate.dither.enable();
glstate.blend.enable();