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:
auria 2010-06-12 23:06:24 +00:00
parent c97361058a
commit 5536b4a0b9

View File

@ -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;
}