mirror of
https://github.com/Drezil/imgui.git
synced 2024-11-14 17:07:01 +00:00
fixed incomplete replacement of unsigned short with ImWchar in interface of ImFont::FindGlyph
This commit is contained in:
parent
9886b09a0a
commit
022f8c2342
@ -2183,7 +2183,7 @@ void ImFont::AddRemapChar(ImWchar dst, ImWchar src, bool overwrite_dst)
|
||||
IndexAdvanceX[dst] = (src < index_size) ? IndexAdvanceX.Data[src] : 1.0f;
|
||||
}
|
||||
|
||||
const ImFontGlyph* ImFont::FindGlyph(unsigned short c) const
|
||||
const ImFontGlyph* ImFont::FindGlyph(ImWchar c) const
|
||||
{
|
||||
if (c < IndexLookup.Size)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user