mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-18 17:03:27 +00:00
fix
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
#include "omath/utility/color.hpp"
|
||||
#include <memory>
|
||||
#include <string_view>
|
||||
#include <span>
|
||||
namespace omath::hud
|
||||
{
|
||||
class EntityOverlay final
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user