From 35dc06686856638c05209217ab42a70793f63613 Mon Sep 17 00:00:00 2001 From: erysdren Date: Sun, 8 Dec 2024 20:13:37 -0600 Subject: [PATCH] CLIENT: HUD_PlayerDebugInfo: add ultrawide offset --- source/client/hud.qc | 1 + 1 file changed, 1 insertion(+) diff --git a/source/client/hud.qc b/source/client/hud.qc index 2552d86..17899c4 100644 --- a/source/client/hud.qc +++ b/source/client/hud.qc @@ -1957,6 +1957,7 @@ void(float width, float height) HUD_PlayerDebugInfo = string str = sprintf("Speed: %3.1f qu/s", lastups); vector pos = [cvar("scr_playerdebuginfo_x"), cvar("scr_playerdebuginfo_y")]; + pos.x += GetUltraWideOffset(); Draw_String(pos, str, [12, 12], [1, 1, 1], 1, 0); if (cvar("scr_playerdebuginfo") >= 2)