Browse Source

Remove call to glAlphaFunc as alpha testing is never enabled.

Marc Lepage 13 years ago
parent
commit
e5c4f7f43c
1 changed files with 0 additions and 2 deletions
  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)