This commit is contained in:
2026-03-13 21:37:03 +03:00
parent bb1b5ad14a
commit d6a2165f83
2 changed files with 1 additions and 1 deletions

View File

@@ -8,6 +8,7 @@
#include "omath/utility/color.hpp"
#include <memory>
#include <string_view>
#include <span>
namespace omath::hud
{
class EntityOverlay final

View File

@@ -90,7 +90,6 @@ namespace omath::hud
void EntityOverlay::add_top_label(const Color& color, const float offset, const bool outlined,
const std::string_view text)
{
m_text_cursor_top.y -= ImGui::CalcTextSize(text.data()).y;
if (outlined)