mirror of
https://github.com/ZDoom/Raze.git
synced 2025-01-31 04:20:42 +00:00
- for Raze hud_aspectscale needs to default to true
This commit is contained in:
parent
e5c7c4f680
commit
d2eaaf7ac1
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue