Skip to content

Commit

Permalink
oops, typo
Browse files Browse the repository at this point in the history
  • Loading branch information
katemonster33 committed Mar 26, 2024
1 parent 40d3b14 commit bf3fbe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/third-party/imgui/imgui_draw.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3765,7 +3765,7 @@ void ImFont::RenderText(ImDrawList* draw_list, float size, const ImVec2& pos, Im

if(glyph == FallbackGlyph)
{
if(RenderFallbackChar(s_orig, s, { x1, y1 }, glyph_col))
if(CanRenderFallbackChar(s_orig, s))
{
ImFontGlyphToDraw glyphToDraw;
size_t len = s - s_orig;
Expand Down

0 comments on commit bf3fbe2

Please sign in to comment.