mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-15 05:04:15 +01:00
Fix adding supplemental language fonts for GamePrebakedFontHandle
This commit is contained in:
parent
e7c7cdaa29
commit
77536429d6
4 changed files with 55 additions and 13 deletions
|
|
@ -525,6 +525,7 @@ public static class ImGuiHelpers
|
|||
(ushort)Math.Min(x.FirstCodePoint, ushort.MaxValue),
|
||||
(ushort)Math.Min(x.FirstCodePoint + x.Length, ushort.MaxValue),
|
||||
})
|
||||
.Append((ushort)0)
|
||||
.ToArray();
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue