From c346569de123be345846efbd1f57b6e8ad388589 Mon Sep 17 00:00:00 2001 From: Titus Tscharntke Date: Sun, 6 Nov 2011 01:08:59 +0000 Subject: [PATCH] reverted accidently checked in file --- .../shared_lib/sources/graphics/gl/font_textFTGL.cpp | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp index 7360b013..76fafdd0 100644 --- a/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp +++ b/source/shared_lib/sources/graphics/gl/font_textFTGL.cpp @@ -236,18 +236,7 @@ void TextFTGL::Render(const char* str, const int len) { //printf("FTGL Render [%s] facesize = %d\n",str,ftFont->FaceSize()); assertGl(); -// glEnable(GL_ALPHA_TEST); -// glAlphaFunc(GL_LESS, 0.9f); - //glBlendFunc(GL_ONE,GL_ZERO); - //glDisable(GL_BLEND); -// glPushAttrib(GL_ALL_ATTRIB_BITS); -// glEnable(GL_BLEND); -// glBlendFunc(GL_ONE,GL_ONE); ftFont->Render(str, len); -// glPopAttrib(); - - //glEnable(GL_BLEND); -// glDisable(GL_ALPHA_TEST); //assertGl(); GLenum error = glGetError(); if(error != GL_NO_ERROR) {