mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-01 13:23:40 +01:00
* Fix CreateImGuiRangesFrom to omit null char UnicodeRanges.BasicLatin is [0, 127], but ImGui stops reading the glyph range list on encountering a zero. Fixed that by ensuring that 0 never appears in the glyph range list. * Make problems explicit --------- Co-authored-by: goat <16760685+goaaats@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| Raii | ||
| Table | ||
| ImGuiClip.cs | ||
| ImGuiExtensions.cs | ||
| ImGuiHelpers.cs | ||
| ImGuiTable.cs | ||
| ImVectorWrapper.cs | ||