From 9d9dac6e96908ceceda2225b1834599025b65668 Mon Sep 17 00:00:00 2001 From: James R Date: Wed, 28 Feb 2024 17:45:19 -0800 Subject: [PATCH] debugwaypoints: raise HUD a little This is still obscuring lap counter if cheatchecks are present. --- src/k_hud.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/k_hud.cpp b/src/k_hud.cpp index 023441453..02b14779e 100644 --- a/src/k_hud.cpp +++ b/src/k_hud.cpp @@ -5494,7 +5494,7 @@ static void K_DrawWaypointDebugger(void) Draw::TextElement label; label.font(Draw::Font::kThin); label.flags(V_AQUAMAP); - Draw line = Draw(8, 136).font(Draw::Font::kMenu); + Draw line = Draw(8, 110).font(Draw::Font::kMenu); auto put = [&](const char* label_str, auto&&... args) { constexpr int kTabWidth = 48;