Removed no more useful debug print

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4331 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2009-12-22 19:01:03 +00:00
parent d31e96f03c
commit d77ed9fdea

View File

@@ -81,7 +81,7 @@ bool ScalableFont::load(io::IXMLReader* xml)
u32 i = (u32)xml->getAttributeValueAsInt(L"index");
core::stringw alpha = xml->getAttributeValue(L"hasAlpha");
std::cout << "---- Adding font texture " << fn.c_str() << "; alpha=" << alpha.c_str() << std::endl;
//std::cout << "---- Adding font texture " << fn.c_str() << "; alpha=" << alpha.c_str() << std::endl;
while (i+1 > SpriteBank->getTextureCount())