Removed debug print
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5508 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
c97361058a
commit
5536b4a0b9
@ -467,7 +467,7 @@ s32 ScalableFont::getAreaFromCharacter(const wchar_t c, bool* fallback_font) con
|
||||
}
|
||||
else
|
||||
{
|
||||
std::cout << "The font does not have this character : <" << (int)c << L">" << std::endl;
|
||||
//std::cout << "The font does not have this character : <" << (int)c << ">" << std::endl;
|
||||
if (fallback_font != NULL) *fallback_font = false;
|
||||
return WrongCharacter;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user