CLIENT: change default playerdebuginfo y pos to 6

This commit is contained in:
erysdren 2024-12-08 20:14:09 -06:00
parent 35dc066868
commit 9e96f938bc

View file

@ -177,7 +177,7 @@ noref void(float apiver, string enginename, float enginever) CSQC_Init =
autocvar(scr_playerdebuginfo, 0);
autocvar(scr_playerdebuginfo_x, 64);
autocvar(scr_playerdebuginfo_y, 64);
autocvar(scr_playerdebuginfo_y, 6);
// Runtime check if we're running this in WebASM/WebGL.
if (cvar_string("sys_platform") == "Web")