Skip to content

Commit

Permalink
_reloadAllDpiResponsiveFonts: quiet
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Sep 16, 2024
1 parent 1f9879d commit 95531ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hello_imgui/impl/hello_imgui_font.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ namespace HelloImGui
{
if (gWasLoadFontBareCalled)
{
fprintf(stderr, "_reloadAllDpiResponsiveFonts failed: ony call LoadFontDpiResponsive if you want this to work\n");
// fprintf(stderr, "_reloadAllDpiResponsiveFonts failed: ony call LoadFontDpiResponsive if you want this to work\n");
return false;
}
if (gAllDpiResponsiveFonts.empty())
Expand Down

0 comments on commit 95531ca

Please sign in to comment.