From d2eaaf7ac1fb2e524e13c1414f3cb8cdece9b942 Mon Sep 17 00:00:00 2001 From: Christoph Oelckers Date: Mon, 6 Jun 2022 12:42:45 +0200 Subject: [PATCH] - for Raze hud_aspectscale needs to default to true --- source/core/gamecvars.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/core/gamecvars.cpp b/source/core/gamecvars.cpp index 27fb078fc..15b6baf50 100644 --- a/source/core/gamecvars.cpp +++ b/source/core/gamecvars.cpp @@ -139,7 +139,7 @@ CUSTOM_CVARD(Float, hud_scalefactor, 1, CVAR_ARCHIVE, "changes the hud scale") else setViewport(hud_size); } -CUSTOM_CVAR(Bool, hud_aspectscale, false, CVAR_ARCHIVE) +CUSTOM_CVAR(Bool, hud_aspectscale, true, CVAR_ARCHIVE) { setViewport(hud_size); }