This commit is contained in:
Soreepeong 2022-07-01 01:07:07 +09:00
parent 28ff6d9f00
commit b6747827f4
2 changed files with 2 additions and 1 deletions

View file

@ -187,6 +187,7 @@ namespace Dalamud.Interface
else if (!missingOnly)
{
addedCodepoints.Add(glyph->Codepoint);
prevGlyphPtr->TextureIndex = glyph->TextureIndex;
prevGlyphPtr->X0 = glyph->X0 * scale;
prevGlyphPtr->Y0 = ((glyph->Y0 - source.Value!.Ascent) * scale) + target.Value!.Ascent;
prevGlyphPtr->X1 = glyph->X1 * scale;