Font glyphs created from ImageFonts no longer treat separator pixels as spacing (resolves issue #190.)

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2014-09-28 21:26:17 -03:00
parent 4c6e688870
commit d527307adc
2 changed files with 1 additions and 16 deletions
-1
View File
@@ -66,7 +66,6 @@ private:
{
int x;
int width;
int spacing;
};
std::map<uint32, ImageGlyphData> imageGlyphs;