added enity overlay aspect

This commit is contained in:
va_alpatov
2026-06-08 03:43:08 +03:00
parent 87896117d4
commit b9da58e138
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ namespace omath::hud
class EntityOverlay final
{
public:
EntityOverlay(const Vector2<float>& top, const Vector2<float>& bottom,
EntityOverlay(const Vector2<float>& top, const Vector2<float>& bottom, float aspect,
const std::shared_ptr<HudRendererInterface>& renderer);
// ── Boxes ────────────────────────────────────────────────────────