Skip to content

Commit 977d772

Browse files
committed
fix
1 parent 746f1b8 commit 977d772

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

source/hud/renderer_realizations/imgui_renderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ namespace omath::hud
5050
text.data() + text.size());
5151
}
5252
[[nodiscard]]
53-
virtual Vector2<float> calc_text_size(const std::string_view& text)
53+
Vector2<float> calc_text_size(const std::string_view& text)
5454
{
5555
return Vector2<float>::from_im_vec2(ImGui::CalcTextSize(text.data()));
5656
}

0 commit comments

Comments
 (0)