urr, no warnings if they wanted a tga one
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@4396 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
3c1c9a3c65
commit
10d2188eb2
1 changed files with 1 additions and 1 deletions
|
@ -666,7 +666,7 @@ qboolean Font_LoadFreeTypeFont(struct font_s *f, int height, char *fontfilename)
|
|||
#endif
|
||||
if (!fontmodule)
|
||||
{
|
||||
Con_Printf("Couldn't load freetype library.\n");
|
||||
Con_DPrintf("Couldn't load freetype library.\n");
|
||||
return false;
|
||||
}
|
||||
error = pFT_Init_FreeType(&fontlib);
|
||||
|
|
Loading…
Reference in a new issue