diff --git a/imgui_draw.cpp b/imgui_draw.cpp index 8735e3fc1..56cb4b6ad 100644 --- a/imgui_draw.cpp +++ b/imgui_draw.cpp @@ -1955,6 +1955,7 @@ const ImWchar* ImFontAtlas::GetGlyphRangesThai() static const ImWchar ranges[] = { 0x0020, 0x00FF, // Basic Latin + 0x2010, 0x205E, // Punctuations 0x0E00, 0x0E7F, // Thai 0, };