From 95531caa22be48dca5076869ac038b6485d41430 Mon Sep 17 00:00:00 2001 From: Pascal Thomet Date: Mon, 16 Sep 2024 16:01:29 +0200 Subject: [PATCH] _reloadAllDpiResponsiveFonts: quiet --- src/hello_imgui/impl/hello_imgui_font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hello_imgui/impl/hello_imgui_font.cpp b/src/hello_imgui/impl/hello_imgui_font.cpp index 0bd4ad3e..84e63ae7 100644 --- a/src/hello_imgui/impl/hello_imgui_font.cpp +++ b/src/hello_imgui/impl/hello_imgui_font.cpp @@ -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())