Remove unnecessary warning if there is no fonts.ini file
parent
5749fff377
commit
4bb6f9f1b3
|
@ -194,7 +194,7 @@ bool CText::Create()
|
||||||
CFontLoader fontLoader;
|
CFontLoader fontLoader;
|
||||||
if (!fontLoader.Init())
|
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)
|
if (TTF_Init() != 0)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue