Fixed bug in font tool which would cause certain characters not to be

included in the output file.


git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@8288 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2011-04-11 05:42:57 +00:00
parent c00a434e77
commit 9e31bf6142

View File

@@ -192,9 +192,6 @@ bool LoadPoFiles(const char* sListFileName){
size.cx = abc.abcB;
fa.underhang = abc.abcA;
fa.overhang = abc.abcC;
if (abc.abcB-abc.abcA+abc.abcC<1)
continue; // nothing of width 0
}
if (size.cy < 1)
continue;