We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 746f1b8 commit 977d772Copy full SHA for 977d772
1 file changed
source/hud/renderer_realizations/imgui_renderer.cpp
@@ -50,7 +50,7 @@ namespace omath::hud
50
text.data() + text.size());
51
}
52
[[nodiscard]]
53
- virtual Vector2<float> calc_text_size(const std::string_view& text)
+ Vector2<float> calc_text_size(const std::string_view& text)
54
{
55
return Vector2<float>::from_im_vec2(ImGui::CalcTextSize(text.data()));
56
0 commit comments