Skip to content

Commit

Permalink
GetGlyphRangesThai(): removed extraneous codepoints (#1396)
Browse files Browse the repository at this point in the history
  • Loading branch information
ocornut committed Oct 29, 2017
1 parent ae3dc66 commit 53f9e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imgui_draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1955,7 +1955,7 @@ const ImWchar* ImFontAtlas::GetGlyphRangesThai()
static const ImWchar ranges[] =
{
0x0020, 0x00FF, // Basic Latin
0x2000, 0x206F, // Punctuations
0x2010, 0x205E, // Punctuations
0x0E00, 0x0E7F, // Thai
0,
};
Expand Down

0 comments on commit 53f9e28

Please sign in to comment.