You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As smallFont->FontSize is a float and fontBaseSize is a double, this needs to be an approximate comparison (because e.g. 29.1 != 29.1f). Also, the font loading seems to leak a bit of GPU memory, however this is probably an upstream (ImGui) bug.
The text was updated successfully, but these errors were encountered:
imviz/src/imviz.cpp
Lines 76 to 85 in 4ae13c6
As
smallFont->FontSize
is a float andfontBaseSize
is a double, this needs to be an approximate comparison (because e.g.29.1 != 29.1f
). Also, the font loading seems to leak a bit of GPU memory, however this is probably an upstream (ImGui) bug.The text was updated successfully, but these errors were encountered: