Apply fix by Benau
This commit is contained in:
parent
35316c447d
commit
b1803b8dff
@ -61,7 +61,7 @@ void FTEnvironment::checkError(FT_Error err, const irr::core::stringc desc)
|
|||||||
{
|
{
|
||||||
if (err)
|
if (err)
|
||||||
{
|
{
|
||||||
Log::error("Freetype Environment", "Something wrong when %s!", desc);
|
Log::error("Freetype Environment", "Something wrong when %s!", desc.c_str());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user