mirror of
https://github.com/glest/glest-source.git
synced 2025-08-24 17:02:49 +02:00
- some font bugfixes (use proper fonts in menus and also proper spacing in console)
This commit is contained in:
@@ -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()) {
|
||||
|
Reference in New Issue
Block a user