Pārlūkot izejas kodu

Remove call to glAlphaFunc as alpha testing is never enabled.

Marc Lepage 13 gadi atpakaļ
vecāks
revīzija
e5c4f7f43c
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      src/modules/graphics/opengl/Graphics.cpp

+ 0 - 2
src/modules/graphics/opengl/Graphics.cpp

@@ -516,8 +516,6 @@ Font *Graphics::getFont()
 
 void Graphics::setBlendMode(Graphics::BlendMode mode)
 {
-	glAlphaFunc(GL_GEQUAL, 0);
-
 	if (GLEE_VERSION_1_4 || GLEE_ARB_imaging)
 	{
 		if (mode == BLEND_SUBTRACTIVE)