Skip to content

Commit

Permalink
remoting/ API
Browse files Browse the repository at this point in the history
  • Loading branch information
pthom committed Apr 17, 2024
1 parent 5f57263 commit 8fb77bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/hello_imgui/internal/backend_impls/abstract_runner.cpp
Expand Up @@ -478,7 +478,7 @@ bool _CheckDpiAwareParamsChanges(HelloImGui::RunnerParams& params)
#ifdef HELLOIMGUI_WITH_NETIMGUI
if (params.remoteParams.enableRemoting)
{
float newFontLoadingRatio = NetImgui::GetFontLoadingRatio();
float newFontLoadingRatio = NetImgui::GetFontSizeLoadingRatio();
float currentFontLoadingRatio = dpiAwareParams.DpiFontLoadingFactor();
if (fabs(currentFontLoadingRatio - newFontLoadingRatio) > 0.001f)
{
Expand Down

0 comments on commit 8fb77bc

Please sign in to comment.