mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
fix
This commit is contained in:
parent
28ff6d9f00
commit
b6747827f4
2 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit cd6300cd7944b24643ed7381fbe5ae15efc10448
|
||||
Subproject commit 65c26d024c814fda8154022e615073210bb62b3b
|
||||
Loading…
Add table
Add a link
Reference in a new issue