- some font bugfixes (use proper fonts in menus and also proper spacing in console)

This commit is contained in:
Mark Vejvoda
2011-06-28 00:51:13 +00:00
parent 6fdc8db138
commit 945c2aa66b
12 changed files with 48 additions and 3 deletions

View File

@@ -180,6 +180,7 @@ void TextFTGL::Render(const char* str, const int len) {
but we don't want any text rendered then.
*/
if(len != 0) {
//printf("FTGL Render [%s] facesize = %d\n",str,ftFont->FaceSize());
ftFont->Render(str, len);
if(ftFont->Error()) {