Remove unnecessary warning if there is no fonts.ini file

pyro-refactor
tomangelo2 2020-08-08 15:41:07 +02:00
parent 5749fff377
commit 4bb6f9f1b3
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ bool CText::Create()
CFontLoader fontLoader;
if (!fontLoader.Init())
{
GetLogger()->Warn("Error on parsing fonts config file: failed to open file\n");
GetLogger()->Debug("Error on parsing fonts config file: failed to open file\n");
}
if (TTF_Init() != 0)
{