-re-enabled ftgl as default font renderer, as i have no more patience to get the other renderer working before a release.

This commit is contained in:
Mark Vejvoda
2011-11-20 06:09:18 +00:00
parent a995fb9220
commit cc1480fbe1

View File

@@ -167,13 +167,13 @@ Font::Font(FontTextHandlerType type) {
if(Font::forceLegacyFonts == false) {
try {
#if defined(USE_FREETYPEGL)
if(Font::forceFTGLFonts == false) {
textHandler = NULL;
textHandler = new TextFreetypeGL(type);
//if(Font::forceFTGLFonts == false) {
// textHandler = NULL;
// textHandler = new TextFreetypeGL(type);
//printf("TextFreetypeGL is ON\n");
}
//}
else
//else
#endif
{
TextFTGL::faceResolution = Font::faceResolution;