mirror of
https://github.com/NoelFB/blah.git
synced 2025-04-06 00:26:05 +08:00
fixed spritefont size assignment typo
This commit is contained in:
parent
5915ae1938
commit
05bce9cff6
@ -147,7 +147,7 @@ void SpriteFont::build(const Font& font, float size, const uint32_t* charset)
|
|||||||
ascent = font.Ascent() * scale;
|
ascent = font.Ascent() * scale;
|
||||||
descent = font.Descent() * scale;
|
descent = font.Descent() * scale;
|
||||||
line_gap = font.LineGap() * scale;
|
line_gap = font.LineGap() * scale;
|
||||||
size = size;
|
this->size = size;
|
||||||
|
|
||||||
Packer packer;
|
Packer packer;
|
||||||
packer.spacing = 0;
|
packer.spacing = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user