Added license info regarding new font + removed debug prints
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5809 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
e79025b041
commit
edc613ed10
Binary file not shown.
@ -88,8 +88,6 @@ void ScalableFont::doReadXmlFile(io::IXMLReader* xml)
|
||||
// FIXME: need to delete the created XML reader?
|
||||
io::IXMLReader* included = file_manager->createXMLReader(
|
||||
file_manager->getFontFile(filename.c_str()));
|
||||
printf("FONT: including '%s'\n", file_manager->getFontFile(filename.c_str()).c_str());
|
||||
if (included == NULL) printf("Include not found :( :(\n");
|
||||
if (included != NULL)
|
||||
{
|
||||
doReadXmlFile(included);
|
||||
|
Loading…
Reference in New Issue
Block a user