Update ImGuiScene to 1.88 fork and fix compilation issues.

This commit is contained in:
liam 2022-06-30 00:08:31 -04:00
parent e114f8a597
commit 777779e393
5 changed files with 6 additions and 5 deletions

View file

@ -171,6 +171,7 @@ namespace Dalamud.Interface
target.Value!.AddGlyph(
target.Value!.ConfigData,
(ushort)glyph->Codepoint,
0,
glyph->X0 * scale,
((glyph->Y0 - source.Value!.Ascent) * scale) + target.Value!.Ascent,
glyph->X1 * scale,