mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Font glyphs created from ImageFonts no longer treat separator pixels as spacing (resolves issue #190.)
--HG-- branch : minor
This commit is contained in:
@@ -66,7 +66,6 @@ private:
|
||||
{
|
||||
int x;
|
||||
int width;
|
||||
int spacing;
|
||||
};
|
||||
|
||||
std::map<uint32, ImageGlyphData> imageGlyphs;
|
||||
|
||||
Reference in New Issue
Block a user