mirror of
https://github.com/love2d/love.git
synced 2026-08-15 15:51:12 +02:00
Renamed OSX.mm/OSX.h to macosx.mm/macosx.h to match love's file naming conventions.
This commit is contained in:
@@ -410,8 +410,8 @@ std::vector<Font::DrawCommand> Font::generateVertices(const std::string &text, s
|
||||
for (int j = 0; j < 4; j++)
|
||||
{
|
||||
vertices.push_back(glyph.vertices[j]);
|
||||
vertices.back().x += dx /*+ kerning*/;
|
||||
vertices.back().y += dy /*+ kerning.y*/ + lineheight;
|
||||
vertices.back().x += dx;
|
||||
vertices.back().y += dy + lineheight;
|
||||
}
|
||||
|
||||
// Check if glyph texture has changed since the last iteration.
|
||||
|
||||
Reference in New Issue
Block a user